Created
July 5, 2023 11:32
-
-
Save thejoltjoker/1304aeb1bc03e99ac85bf47a0e490b4e to your computer and use it in GitHub Desktop.
Mayacharm execute code
This file contains 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
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