command
(MEL)
Python version
selectedNodes (Obsolete)
This command is obsolete now.
In MEL, use
ls -long -selection [-type dagNode]
instead.
In Python, use
cmd.ls(long=True, selection=True, type'dagNode')
.