l3g3nd
l3g3nd
About Me
Connect
LOCATION
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Always open a scene at frame 1 ? May 16, 2014, 10:17 a.m.
That's just what we do but I really don't know a better option.
If the artist has the display sop set on a node that is expensive to cook I don't know any other way of preventing cooking except set the scene update to manual on save.
Hopefully someone else will reply with a smarter idea
If the artist has the display sop set on a node that is expensive to cook I don't know any other way of preventing cooking except set the scene update to manual on save.
Hopefully someone else will reply with a smarter idea
Always open a scene at frame 1 ? May 16, 2014, 9:58 a.m.
This has been a pet peeve of mine as well….houdini cooking upon loading scene.
The problem is sometimes even at frame 1 houdini can cook depends on what's displayed.
What we do is, we have a custom scene save button that forces the update mode to be manual. Some artists hate it some don't really care since they are usually in manual anyways lol
Tough one to solve really.
Edit. Maybe you can do a callback when the scene is loaded to go to frame 1 via python? I'm not sure if there's a onSceneLoaded() event…
Or have a custom scene save that sets the timeline to frame 1 then saves.
Just looking here.
http://www.sidefx.com/docs/houdini13.0/hom/hou/hipFile#load [sidefx.com]
The problem is sometimes even at frame 1 houdini can cook depends on what's displayed.
What we do is, we have a custom scene save button that forces the update mode to be manual. Some artists hate it some don't really care since they are usually in manual anyways lol
Tough one to solve really.
Edit. Maybe you can do a callback when the scene is loaded to go to frame 1 via python? I'm not sure if there's a onSceneLoaded() event…
Or have a custom scene save that sets the timeline to frame 1 then saves.
Just looking here.
http://www.sidefx.com/docs/houdini13.0/hom/hou/hipFile#load [sidefx.com]
python external file in hda March 8, 2014, 9:40 p.m.
Nevermind I found this post on the mailing list
http://www.sidefx.com/index.php?option=com_mailarchive&Itemid=212&view=WEB&msgid=AANLkTikKBSP6vR=E=7i=KLQfm=-E6c84ogRGDjzzdFXi@mail.gmail.com&perpage=20&revdate=off [sidefx.com]
I was pulling my hair out coding in the scripts section of the hda
http://www.sidefx.com/index.php?option=com_mailarchive&Itemid=212&view=WEB&msgid=AANLkTikKBSP6vR=E=7i=KLQfm=-E6c84ogRGDjzzdFXi@mail.gmail.com&perpage=20&revdate=off [sidefx.com]
I was pulling my hair out coding in the scripts section of the hda