Atom Posted November 30, 2014 Share Posted November 30, 2014 Hi All, What syntax do I use to set the display flag on a node? Is that just a parm of some kind? Thanks Quote Link to comment Share on other sites More sharing options...
csp Posted November 30, 2014 Share Posted November 30, 2014 (edited) Hi All, What syntax do I use to set the display flag on a node? Is that just a parm of some kind? Thanks Using python: hou.node('path/to/your/node').setDisplayFlag(1) Using HScript: opset -d on path/to/your/node Edited November 30, 2014 by cparliaros Quote Link to comment Share on other sites More sharing options...
Atom Posted November 30, 2014 Author Share Posted November 30, 2014 Thanks, I'll give that a try. 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.