Maya Python module is not working

Maya Python module is not working

prashantvyas6
Contributor Contributor
1,080 Views
1 Reply
Message 1 of 2

Maya Python module is not working

prashantvyas6
Contributor
Contributor

I use import maya as mc 

Mc.polyCone() nothing happens on viewport Screenshot (418).png

0 Likes
Accepted solutions (1)
1,081 Views
1 Reply
Reply (1)
Message 2 of 2

mspeer
Consultant
Consultant
Accepted solution

Hi!

It's import maya.cmds ... not import maya ...

and it's mc.poly... and not Mc.poly...

0 Likes