How can I get the Name as displayed in the scene of a figure or an object.

Hi,

I try to figure out, how to get (and maybe change) the name of a figure in DAZ script. I mean, if I have more than one GenX figure in my scene, I like to give them names like "Lisa" and "Paul". But when I look in the objects (i.e. node) I only get back Genesis 9 female or Genesis 3 Male , like this.

What do I have to do, to get the "given" Names?

Thank you for your support in advance.

Comments

  • The things shown, and edited, in the Scene pane are labels not names. Use oMyNode.getLabel(), which returns a string.

  • Thank you, I didn't find any reference to label in the DAZ Documentation Center. I suppose setLabel("Label") changes the Label. Anyway I will try.

Sign In or Register to comment.