Hi All!

I'm new in python scripting in maya, and I have two different
question:

1. are maya.cmds based on strings?
2. if I create torus

import maya.cmds as mc
radiL=0.07/2
radi=1
radi=(radi+radiL)*1.102#r=1
tori=mc.polyTorus( ax=[0,0,1], sx=8, sy=10, r=radi, sr=radiL)

how it is possible to get normal vectors from each mesh?

All the Best!
Dima

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

Reply via email to