3dbeing Posted December 23, 2011 Share Posted December 23, 2011 (edited) I'm tyring to use a button of an HDA that lives inside another HDA but it seems to think i'm trying to change something and doesn't let do that... I've tried unlocking the HDA define = node.type().definition() options = define.options() options.setLockContents(False) define.setOptions(options) but i guess locked/unlocked is not exactly the same as allow editing of contents? Anyone know how to allow editing of contents via python? hou.node().allowEditingOfContents duhhh, seems so obvious in retrospect.. Edited December 23, 2011 by 3dbeing 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.