Skip to content

Instantly share code, notes, and snippets.

@gregtemp
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save gregtemp/e41a62155a51708b66d0 to your computer and use it in GitHub Desktop.

Select an option

Save gregtemp/e41a62155a51708b66d0 to your computer and use it in GitHub Desktop.
get global python functions in mel - maya mel python
global def myGlobalPythonThing ():
return "heres a working python!"
string $greg = python("myGlobalPythonThing ()");
print($greg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment