jingaa Posted September 13, 2021 Share Posted September 13, 2021 I was creating a tool and need to create wrangle node inside the solver but I am having error like "Cannot create a node inside a locked asset" how I can create the node inside the solver? What I tried was geoNode = obj.createNode("geo", "Goe1l") solverNode = geoNode.cretaNode('solver', 'solver1') wrangleNode1 = solverNode.createNode('attribwrangle', 'wrangleNode') names are different but I tried something like that but didn't work. What I should do for creating a node inside the solver? Quote Link to comment Share on other sites More sharing options...
kstrev Posted September 30, 2021 Share Posted September 30, 2021 Hi jingaa I am assuming by tool you mean an hda/otl? If this is the case then you might want to make the solver an editable node inside the hda? Probably if you do this it will allow you to create new nodes. 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.