nicholas_yue Posted October 1, 2014 Share Posted October 1, 2014 >>> aGeoNode = hou.node('obj').createNode('geo',run_init_scripts=False) >>> aGeomPath = aGeoNode.parm('shop_geometrypath') >>> print(aGeomPath) None Hi, I am writing a simple script for easy creation of test scene for debugging/development. I can set the shop_geometrypath interactively but I can't seems to be able to get the parm object for setting the path in a script. In the python shell in Houdini, the other parm are visible in autocompletion but not shop_geometrypath I am using Houdini 13.0.509 Cheers Quote Link to comment Share on other sites More sharing options...
graham Posted October 1, 2014 Share Posted October 1, 2014 When you say run_init_scripts=False Houdini will not create all the spare parameters such as shop_geometrypath. 1 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.