Wednesday, May 20, 2015

Creating A unique Spiral Stairs With Decorations Refrence



Time 11:15 5/21/2015

Refrence Pictures



I wanted to create a staircase
With a complex DNA Structure inside



using this Script taught in the second Lesson 2

    myCubeList =[]
    for each in range(100):
        myCube = mc.polyCube(name="myCube")
        mc.move (each , 0 , 0 , myCube[0])
        mc.rotate (0, (each*10) , 0 , myCube[0], pivot =(0,0,0))
        myCubeList.append(myCube[0])


Result:
Add caption

Part 1 Understanding the Script
    

No comments:

Post a Comment