Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: suzanne
Posted By suzanne On 16-03-2008 | Views: 7,981 Replies: 1
Forum: Programming
How can I pass a Mel string variable into a python call from within a mel script ?

so I want to do something like this ... but this doesn't work:

string $myString;
string $myList =...
Posted By suzanne On 05-08-2007 | Views: 1,583 Replies: 2
I just want to share these tutorials I developed last year. Any feedback is welcome.

http://demos.zanefx.com/dynamics/

Enjoy !
Posted By suzanne On 05-08-2007 | Views: 2,589 Replies: 1
Forum: Programming
Has anyone used the Python scripting engine introduced with Maya 8.5 ? I'm interested in feedback on how well it works. I'd love to dump Mel for Python on my next project.

Thanks !
Posted By suzanne On 05-07-2006 | Views: 2,132 Replies: 1
Hey ... I saved a particle's initial state and now I want to delete it and start all over with my emmission. Is there an easy way to do that ?

This is NOT a fluid ... just a regular particle...
Posted By suzanne On 17-08-2004 | Views: 2,964 Replies: 11
Forum: Programming
Hey Dann,

I wasn't the original poster here ... but I'm pretty sure the book is "MEL Scripting for Maya Animators" by Mark R. Wilkins & Chris Kazmier ... Morgan Kaufmann publisher
...
Posted By suzanne On 15-08-2004 | Views: 2,964 Replies: 11
Forum: Programming
try inserting this statement at start of proc :

if (`window -exists crowdWin` == true)
deleteUI crowdWin;

BEFORE you define crowdWin in this statement:

window
-title "Crowd System"...
Posted By suzanne On 17-07-2004 | Views: 2,791 Replies: 4
Forum: Programming
Is there a mel command to determine whether a given channel of an object is animated or not ?

Thanks ...
Posted By suzanne On 16-07-2004 | Views: 3,373 Replies: 1
Forum: Programming
I am designing a simple user interface. I want user to input 2 separate float values, a text string, and select from a choice of 2 items. I want the window I create to behave like a `promptDialog ......
Showing results 1 to 9 of 9