![]()
How can I get the name of a (selected) shape node?
In general, you can use
ls -slfor getting the names of currently selected nodes. To get shape node names only, you can usels -s.You can also use the
listRelativescommand to get the names of all the shape nodes that are hierarchically below (that is, child nodes) the currently selected nodes. For example: