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? Aug. 21, 2026, 1:22 p.m.

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? Aug. 19, 2026, 10:33 a.m.

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

How do you make unique rocks so the noise doesn't repeat? Aug. 17, 2026, 2:54 p.m.

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.