jsells20 Posted November 18, 2011 Share Posted November 18, 2011 I'm trying to figure out how to run python scripts from the Python Shell in Houdini. I know how to make a new operator type, but how would I do it from the shell? Thanks. Quote Link to comment Share on other sites More sharing options...
3dbeing Posted November 18, 2011 Share Posted November 18, 2011 I'm trying to figure out how to run python scripts from the Python Shell in Houdini. I know how to make a new operator type, but how would I do it from the shell? Thanks. obj = hou.node("/obj") obj.createNode("geo") http://www.sidefx.com/docs/houdini11.0/hom/hou/Node#createNode 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.