Jump to content

how to create node inside the locked asset?


jingaa

Recommended Posts

 

   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?

Link to comment
Share on other sites

  • 3 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...