I am trying to select an object in my scene called *'r_leftWingA*'   
I made another object named leftWingA and assigned it to '*L_WingA*' 
Now I am trying to figure out the syntax to select it. 

I've tried 
mc.select('r_'+ (L_WingA))
mc.select('r_'+ L_WingA)
mc.select('r_'+ str (L_WingA))



L_WingA = mc.polySphere(n='leftWingA')
mc.select('r_'+ str (L_WingA))



Thank you in advance.. 

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/5f45a3bc-0401-4fe8-831c-fdeaaf7db894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to