Derik G
are2d2
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Changing the default preset location... July 22, 2017, 4:55 p.m.
You can change the $HOUDINI_USER_PREF_DIR variable to point to that directory.
You can also control this by the order of your $HOUDINI_PATH I believe as well (though this would also change the search order).
There may also be a setting you can change in one of the configs but I'd have to dig around and take a look.
You can also control this by the order of your $HOUDINI_PATH I believe as well (though this would also change the search order).
There may also be a setting you can change in one of the configs but I'd have to dig around and take a look.
Change Asset Presets Using Python July 22, 2017, 4:47 p.m.
… and if it's in hscript - you can call it in python with …
hou.hscript("hscript_here")
controlling caching on a custom hdk node? July 22, 2017, 4:35 p.m.
I've noticed that some nodes get cached (playbar turns blue) for certain nodes. Is there anyway to control this for custom HDK nodes?