Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thejoltjoker/1304aeb1bc03e99ac85bf47a0e490b4e to your computer and use it in GitHub Desktop.
Save thejoltjoker/1304aeb1bc03e99ac85bf47a0e490b4e to your computer and use it in GitHub Desktop.
Mayacharm execute code
import maya.cmds as cmds
from importlib import reload
from maya_scripts.scripts.rendering import get_render_layer_attributes as pymod
reload(pymod)
pymod.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment