pymel.core.general.listNodesWithIncorrectNames — PyMEL 1.0.7 documentation

pymel.core.general.listNodesWithIncorrectNames

listNodesWithIncorrectNames(*args, **kwargs)

List all nodes with incorrect names in the Script Editor.

Derived from mel command maya.cmds.listNodesWithIncorrectNames

Example:

::

import pymel.core as pm

pm.listNodesWithIncorrectNames()