> Does that mean in future you just have to do a plain: > from pymel.all import * > and it will be there without actually installing anything ? > Or will it be loaded by default ?
just like maya.cmds, you'll have to import it to use it, but it will be installed by default in maya's site-packages directory. -chad -- http://groups.google.com/group/python_inside_maya
