Node rename signal?

Hi.
Is there a way of receiving a signal when a node in the Studio scene is renamed? I'm referring to the value returned by DzNode::getLabel()
Thanks.
You currently have no notifications.
Hi.
Is there a way of receiving a signal when a node in the Studio scene is renamed? I'm referring to the value returned by DzNode::getLabel()
Thanks.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
DzNode inherits DzElement. DzElement provides a labelChanged (const QString&) signal.
-Rob
Thank you, that worked.