[SOLVED]Get Objects Name

mattiascibienmattiascibien Posts: 140

I have actually started to work on my plugin for DAZ Studio 4.5.

I need in fact to pass to a functions the name of the objects. The problem is that the name passed is the same even if i changed it (i.e. Genesis while I should have the name i provided in the Scene Tab).

I tried whith DzNode::getName(), DzObject::getName() but I always get the wrong name.

Post edited by mattiascibien on

Comments

  • Richard HaseltineRichard Haseltine Posts: 96,197
    edited December 1969

    You want the label, not the name - that's what shows in the Scene pane. Anything derived from DzObject should have a getLabel() function that returns a string.

  • mattiascibienmattiascibien Posts: 140
    edited December 1969

    Everything is working fine with getLabel().

    Thanks :)

Sign In or Register to comment.