Olivier Thériault

olivierth

About Me

INDUSTRY
Film/TV

Connect

LOCATION
Canada

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Color Parameter: Show as HSV by default? 2026年8月21日13:22

Hi!

Is there a way to force the color swatch to be in HSV mode by default? Whenever I place my HDA in a scene, it reverts to the default "color wheel".

Find the nodes that causes huge .hip file size? 2026年8月19日10:33

oh, super, I'll test it out. Thank you!

How do you make unique rocks so the noise doesn't repeat? 2026年8月17日14:54

If your noise is driven by the position, you could simply offset the geometry a different amount on X at every loop. Could be driven by the iteration.

To get the iteration value, make sure you have a Block Begin node set to Fetch Metadata.

...From there, I only know the wrangle method so, not sure how to get the iteration attribute inside the Point Vop. I think your need a bind node inside the point vop.