you can change the hue like this.
vector hsv = rgbtohsv(@Cd);
hsv.x += chf("hue_offset");
@Cd = hsvtorgb(hsv);
from the help: The hue will be in the range 0 to 1.
Looks good! Glad you've got it working.
I mostly only deal with Houdini on the forum here and maybe some on the Houdini artist Facebook group. Leaving discord for casual chat with friends etc.
ok, thanku soo much, this really helped me alot,
https://imgur.com/a/31yqRF8
https://imgur.com/a/RhmdWaa
i made this btw, hope gonna learn soon about everything, which is not just productive but efficient too
r u on discord?
thanks
Old thread, but I just encountered this problem.
I was duplicating an hda, and I encountered behaviour like the above.
Somehow the contents of the Tools/Script area was deleted.
Entering the default script seemed to fix it:
import soptoolutils
soptoolutils.genericTool(kwargs, '$HDA_NAME')