Setting a DzNode name Scene panel
![Feronaut](https://secure.gravatar.com/avatar/180661bad932b1d9a3dda00baa2a618d?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2F180661bad932b1d9a3dda00baa2a618d_100.png)
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?
You currently have no notifications.
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?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
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.
and of course DzElement.setLabel( label ) for the labels.