Go to: Synopsis. Return value. Python examples.

Synopsis

listNodesWithIncorrectNames()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

listNodesWithIncorrectNames is NOT undoable, NOT queryable, and NOT editable.

List all nodes with incorrect names in the Script Editor.

Return value

None

Python examples

import maya.cmds as cmds

cmds.listNodesWithIncorrectNames()