PDA

View Full Version : Python marking menus?


Hamburger
10-09-2009, 02:13 AM
Hi, I'm trying to get a script working in a marking menu but am unsure how to do it? Tried searching here and still couldn't get it to work.

Here's the script:
http://www.creativecrash.com/maya/downloads/scripts-plugins/c/p3d-solidify

"P3D_Solidify_V1.5.3.py"

Anyone have any pointers?

HapG
10-09-2009, 09:07 PM
can you post the code to make your marking menu?

generally, I do something like this for a python command in a UI:

python("import myPythonScript");python("myPythonScript.command()");

Hamburger
10-11-2009, 11:08 PM
Thank you, this worked

CGTalk Moderation
10-11-2009, 11:08 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.