pymel.core.windows.disableIncorrectNameWarning — PyMEL 1.0.7 documentation

pymel.core.windows.disableIncorrectNameWarning

disableIncorrectNameWarning(*args, **kwargs)

Disable the warning dialog which complains about incorrect node names when opening Maya files.

Derived from mel command maya.cmds.disableIncorrectNameWarning

Example:

::

import pymel.core as pm

pm.disableIncorrectNameWarning()

Previous topic

pymel.core.windows.disable

Next topic

pymel.core.windows.dockControl

Core Modules

Type Modules

Other Modules

This Page