Jump to content
Developer Wiki and Function Reference Links ×

Name a node without passing it to the OIP?


bcd

Recommended Posts

  • Marionette Maven

There are two ways you could do this: 

1) instead of naming the actual node, put a pass node between that node and the one you were going to wire to and name the pass node. This will allow you to see what's passing through the pass node in your script without exposing it to the object.

2) edit the script of the node and rename it on the Python level. This would require that you remove the first line of code from the script editor that references the external python file, but would allow you to rename the node (for example, you could rename a "string" node to "Name of Class"

 

I would suggest using the first method just to prevent the need to edit the guts of the nodes, only drawback is slightly more clutter in your network. 

Link to comment

Thanks for this Marissa, yes opt 1 looks like the way to go; easy  & quick.

Perhaps in the next revision an Ignore Name character might be possible, eg those that I tried but failed with were"

 

space

'

"

'     '

"    "

_

\

*

 

 

Link to comment

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.   Restore formatting

  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...