Created
August 31, 2024 07:55
-
-
Save justsh/34bb4be9660f2b59f070725c612f01fd to your computer and use it in GitHub Desktop.
PyMEL boilerplate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from __future__ import print_function | |
| import pymel.core as pm | |
| import pymel.core.nodetypes as nt | |
| from pymel.core import (PyNode, MayaAttributeError, MayaNodeError) | |
| cmds = pm.cmds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment