Hi,
Is there a way to hide node’s name? Like in view menu? They are very offensive.
I need to identify nodes and decided to set unique names. If there is a better way I would like to know it
Thanks.
Hi,
Is there a way to hide node’s name? Like in view menu? They are very offensive.
I need to identify nodes and decided to set unique names. If there is a better way I would like to know it
Thanks.
Nodes have a ‘userdata’ property. Stick your ID in there.
Yes, but accessing them requires additional loop. I decided to use shorter names as they have to be unique only within a path.
What do you mean by additional loop?
Nothing. You are right. Thanks for pointing it out