Setting a DzNode name Scene panel

Hi, I can add assets to a scene by using App.getContentMgr().openFile(), but I cannot change the name of it in the Scene panel. Is there a layer I am not aware of?

 

Comments

  • Richard HaseltineRichard Haseltine Posts: 96,862
    edited May 2022

    The Scene pane shows Label, not Name - Edit>Figure or Object>Scene Identification gives access to both, scripting has DzElement.setName( name ) for changing the name.

    Post edited by Richard Haseltine on
  • Richard HaseltineRichard Haseltine Posts: 96,862

    and of course DzElement.setLabel( label ) for the labels.

Sign In or Register to comment.