Skip to content

Instantly share code, notes, and snippets.

@justsh
Created August 31, 2024 07:55
Show Gist options
  • Select an option

  • Save justsh/34bb4be9660f2b59f070725c612f01fd to your computer and use it in GitHub Desktop.

Select an option

Save justsh/34bb4be9660f2b59f070725c612f01fd to your computer and use it in GitHub Desktop.
PyMEL boilerplate
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