Hi Paige,

I did the same steps, what you described here, but I if I typing in
Eclipse:
import maya.standalone
maya.standalone.initialize()
print("hello World")

import maya.cmds as mc

def makeCube():
    print "PolyCube was added."
    mc.polyCube()

I got just my "hello World" in the console, but no cube in maya. I'm
confused.Could you put some basic things for understanding? Thank you!
Cheers,
Dimi

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to