TomRaynor Posted March 21, 2014 Share Posted March 21, 2014 Is there any way using python to get the current value of a node's display flag? I can find a node.setDisplayFlag() but not something like node.getDisplayFlagValue() Cheers, Tom Quote Link to comment Share on other sites More sharing options...
graham Posted March 21, 2014 Share Posted March 21, 2014 Any node with a display flag should have an isDisplayFlagSet() method. Quote Link to comment Share on other sites More sharing options...
TomRaynor Posted March 22, 2014 Author Share Posted March 22, 2014 Perfect, didn't see that... Knew there must be something that would do it. Thanks Graham. 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.