Val Do

LeValDo

About Me

FX TD Freelance and teacher
EXPERTISE
VFX Artist
INDUSTRY
Advertising / Motion Graphics

Connect

LOCATION
Montpellier, France
WEBSITE

Houdini Skills

ADVANCED
Pyro FX  | Fluids  | Destruction FX
INTERMEDIATE
Procedural Modeling  | Digital Assets  | VEX
BEGINNER
Python

Availability

I am available for Freelance Work

Recent Forum Posts

To all Pyro Lovers!! Nov. 28, 2025, 5:39 a.m.

That's looking verrrrrryyyyy good !
Thanks a ton for sharing, I'll give it a try for sure !
Cheers!

Faster launch times? June 9, 2025, 11:45 a.m.

Hey!

(all of this is my knowledge at the time of writing, not the truth, I might be super wrong!)

This post is pretty old but I thought that I should add my knowledge :
If you are using packages and HOUDINI_SCRIPT_PATH pointing to a shared location (such as a windows server for example), you will have a lot of calls to find OnInstall.py file at the same path for each HDA being added by your packages.

Oh boy, that's not easy to explain.

Basically, each time that you add an HDA, there is an event being called "OnInstall" by the API. This call exists on the HDA itself (think as embedded python) but this mecanism search as well for a file being named "ALL_HOUDINI_SCRIPT_PATHs/SOP/hdaName_onInstall.py". It searches this for each hda node in your install, multiplied by each HOUDINI_SCRIPT_PATH.

So that can be a lot.
I've done a quick test (and an email to support with it) with 10 packages with HOUDINI_SCRIPT_PATH pointing to nothing. My startup time went from 10s to 2 minutes.

You can see this using the process monitor on windows :


On our side we used RClone to sync some package content to each workstation. Moving to Rez might be better, but at least we now have a fix.

I hope that it helps someone !

USD prim visibility when in SOPs Oct. 4, 2024, 5:53 a.m.

Hey there!
For people coming from a search engine finding this, there is now an option on the SOP unpack usd : "Import Computed Visibility"