Hey hey,
So was trying to load a Houdini file in the current session via TOPs, without much joy and was wondering if anyone could point me in the right direction.
Currently just doing hou.hipFile.load() in a python script TOP. This doesn't work as, I assume, Houdini tries to load the hip file which still running TOPs resulting in Houdini locking up.
Is there a way I should be going about this? Seems like it should be straightforward so probably missing something obvious. Haven't had much luck noodling around myself.
Cheers,
Julian
Loading a Houdini File via TOPs
2795 2 2-
- jujoje
- Member
- 187 posts
- Joined: March 2008
- Online
-
- tpetrick
- Staff
- 616 posts
- Joined: May 2014
- Offline
-
- benC
- Member
- 52 posts
- Joined: Feb. 2016
- Online
tpetrickOh, didn't know it can be done this way. I always thought I have to start a Houdini command chain.
You can't load a .hip file into the same process that's actively cooking nodes. For the Python Script TOP, you'll need to have the Python Script running out of process in order safely load the file by setting the "Evaluate Script During" parameter to "Cook (Out of Process)".
-
- Quick Links


