With the exception of needing to preface all PyMel Cmds w/'pm.', are these equivalent? import pymel.core as pm & from pymel.core import *
If so, is one approach preferred over the other? I see an advantage in being able to identify all the PyMEL commands in a script. Thanks. -- http://groups.google.com/group/python_inside_maya
