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?
HDK - Always cook node
1949 1 0-
- schiho
- Member
- 101 posts
- Joined: 12月 2012
- Offline
-
- symek
- Member
- 1390 posts
- Joined: 7月 2005
- Offline
There are flags in OP_Node you can set to hint Houdini about cooking. The safest is probably:
- http://www.sidefx.com/docs/hdk15.5/_o_p___node_flags_8h_source.html [sidefx.com]
OP_Node::flags().setTimeDep(1);
- http://www.sidefx.com/docs/hdk15.5/_o_p___node_flags_8h_source.html [sidefx.com]
Edited by symek - 2016年7月19日 08:05:26
-
- Quick Links