Skip to content

Programare si Robotica pentru Copii

Lectii Online

Obiecte Multicolore

Posted bydani@media10.eu November 25, 2019January 12, 2022

import maya.cmds as cmds
cmds.polySphere(sx=16,sy=16)
for i in range(300):
j=i%4+1
cmds.select(‘pSphere1.f[%d]’%i)
cmds.hyperShade(assign=’blinn%d’%j)

import maya.cmds as cmds
cmds.polySphere(sx=40,sy=30)
for i in range(1200):
j=i/10%4+1
cmds.select(‘pSphere1.f[%d]’%i)
cmds.hyperShade(assign=’blinn%d’%j)

Posted bydani@media10.euNovember 25, 2019January 12, 2022Posted inProgramare Python in Maya

Post navigation

Previous Post Previous post:
Programare Roboti Lego 1
Next Post Next post:
Elevi selectati modulul 2 Programare
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