Jonathan Mack

jsmack

About Me

EXPERTISE
Hobbyist
INDUSTRY
Film/TV

Connect

LOCATION
United States
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini select first bit of path attribute May 9, 2024, 11 a.m.

Use the split function:
https://www.sidefx.com/docs/houdini/vex/functions/split.html [www.sidefx.com]

string parts[] = split(path, '/');
string newpath = '/' + join(parts[:1], '/');

How to randomise the colors on a Ramp node? May 6, 2024, 2:10 p.m.

delete the ramp and make a new one, then don't touch it. edit the values on the builder node's parameters.

Karma Overlay vs RS / Arnold Overlay May 6, 2024, 1:27 p.m.