Hi guys, 
               I hope it's alright to ask a mel -> python question here but 
I'm having a little problem with a script job here. 
 
               The idea of the scriptjob is that it will check for a 
message connection from a hand controller to a if/fk script job so that it 
could know if the file was being referenced. I've managed to set the mel 
part up so that i could get the referenced file name but it seems that when 
i ran the script job it keeps giving me a syntax error with very little 
information on what the problem. 
 
               Would it be accurate for me to assume that i cannot just 
pass a mel variable like so? 
              python("import ZebraRig\nZebraRig.doLeftSwitch($refname)");
 
               And that i need to do something to convert this mel variable 
into something that my Python file could read? 
 
Thank you 

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to