Cook TOPS from python or HScript, verbose
2630 1 0-
- Anpi
- Member
- 8 posts
- Joined: 5月 2019
- オフライン
-
- EricSheng
- Member
- 159 posts
- Joined: 2月 2018
- オフライン
So I find a way to cook a TOP node with python code in the Houdini menu file:
# you can check the nodegraphtopui.py file in the Houdini installation folder import nodegraphtopui as topui node = hou.node("YOUR TOP NODE PATH") # do cook topui.dirtyCookNode(node)
Edited by EricSheng - 2019年8月6日 22:59:21
-
- Quick Links