Hi,
How can I run the python node inside the graph after I press the export fbx button linked
to the Subnetwork one step lower in the hierarchy?
Is there any way to do this automatically?
I see that only when I change display flag then this code is executed.
Python code in node tree
1642 2 0-
- TheCrisis
- Member
- 36 posts
- Joined: May 2016
- Offline
-
- TheCrisis
- Member
- 36 posts
- Joined: May 2016
- Offline
-
- Robbert
- Member
- 55 posts
- Joined: Feb. 2017
- Offline
TheCrisis
Hi,
How can I run the python node inside the graph after I press the export fbx button linked
to the Subnetwork one step lower in the hierarchy?
Is there any way to do this automatically?
I see that only when I change display flag then this code is executed.
You can make a button (or link to another button) in the parameter window by adding some python script to the callback function field. the hou.Node class has a .cook() function which you would then want to call.
https://www.sidefx.com/docs/houdini/hom/hou/Node.html [www.sidefx.com]
Technical VFX artist @ Housemarque / Sony Interactive Entertainment
-
- Quick Links