PartyMummy Posted April 12, 2011 Share Posted April 12, 2011 (edited) Hello, Is it possible to access menu items of Houdini via a python script? Specifically, I'm looking to install a digital asset library, and later refresh the asset libraries (file>refresh asset libraries) on command. Is there any way to do this? Thanks! Edited April 12, 2011 by PartyMummy 1 Quote Link to comment Share on other sites More sharing options...
graham Posted April 12, 2011 Share Posted April 12, 2011 It's not possible to access menu entries other than by clicking them. The command is equivalent to the reloadAllOperators() function in this Python module: http://www.houdinitoolbox.com/houdini.php?asset=12 If you just want to refresh a single file then just call hou.hda.reloadFile(path_to_asset) 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.