Just a small note on Simon comments: please do not use import * (aka from x
import *) it pollutes the name space with all sorts of things and the risk
of name collisions/shadowing is very high. Also it's recommended to only
import modules (same logic).

Other than that, his advice is spot on!
Cheers

-- 
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/CAPamJi8LtbQs5H7ZrN_iOdOW%3DptKGExXnHb27Mxt4HG2SMSSwg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to