Johannes Saam Posted March 24, 2011 Share Posted March 24, 2011 Hey! trying to push a file nodes 'reload geometry' in python.... can not succeed Rendering works as the node class has a function called render(), but reload() does not exist. How do i reload the geometry in python?? Thanks Jo Quote Link to comment Share on other sites More sharing options...
Div Posted March 24, 2011 Share Posted March 24, 2011 hou.parm.pressButton() execute the callback of a parm. So: hou.parm("reload").pressButton() Quote Link to comment Share on other sites More sharing options...
Johannes Saam Posted March 24, 2011 Author Share Posted March 24, 2011 dude too easy! hou.parm.pressButton() execute the callback of a parm. So: hou.parm("reload").pressButton() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.