HDK - Always cook node

   1708   1   0
User Avatar
Member
101 posts
Joined: Dec. 2012
Offline
How can i force the Node in the HDK to always cook, basically i would like to ViewPort always to update instead of cooking onces and baking. Any ideas?
User Avatar
Member
1390 posts
Joined: July 2005
Offline
There are flags in OP_Node you can set to hint Houdini about cooking. The safest is probably:
OP_Node::flags().setTimeDep(1);


- http://www.sidefx.com/docs/hdk15.5/_o_p___node_flags_8h_source.html [sidefx.com]
Edited by symek - July 19, 2016 08:05:26
  • Quick Links