Categories
Programare Python in Maya

Programare Python Maya Planar Projection

import maya.cmds as cmds
cmds.polySphere()
for i in range(100):
    cmds.select(‘pSphere1.f[%d]’%i)
    cmds.polyPlanarProjection(‘pSphere1.f[%d]’%i,md=’b’)
    cmds.hyperShade(assign=’blinn1′)