Skip to content

Programare si Robotica pentru Copii

Lectii Online

Programare Python Maya Planar Projection

Posted bydani@media10.eu March 15, 2020January 12, 2022

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′)

Posted bydani@media10.euMarch 15, 2020January 12, 2022Posted inProgramare Python in Maya

Post navigation

Previous Post Previous post:
Lego Unity Microgame
Next Post Next post:
Magazin Online 1
Programare si Robotica pentru Copii, Proudly powered by WordPress.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok