Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Maya® / Python / Maya python plug-in?
  RSS 2.0 ATOM  

Maya python plug-in?
Rate this thread
 
57444
 
Permlink of this thread  
avatar
  • biomod
  • Posted: 28 June 2011 08:07 AM
  • Total Posts: 1
  • Joined: 28 June 2011 03:05 PM

Hey all,

I am trying to run a python script in the maya MEL editor (using the form “pySource filename"), but I keep seeing “Cannot find procedure pySource”...what am I doing wrong? Where am I supposed to download the python plug-in?



Replies: 0
avatar

place the python file in your sripts directory ( in the users folder ), then you can run the following:

python “import scriptName;scriptName.funcName()”

that should do the trick.



Replies: 0