ah-fx Posted April 12, 2017 Share Posted April 12, 2017 Hey guys, I am creating an HDA programmatically and I would like to set the value of 'Editable Nodes' which lives on the Node tab within Operator Type Properties. Either HDAOptions or HDADefintion.setExtraInfo() seems promising, but I have not gotten further than that. Has anyone else done this before? Adam Quote Link to comment Share on other sites More sharing options...
graham Posted April 12, 2017 Share Posted April 12, 2017 Editable nodes are stored in their own string section called EditableNodes as a space separated list of relative paths so you can basically just construct your string and add/set the contents of that section to it. hou.HDADefinition.addSection("EditableNodes", "foo bar/hello") Quote Link to comment Share on other sites More sharing options...
ah-fx Posted April 12, 2017 Author Share Posted April 12, 2017 ah, got it. Thanks! 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.