simple commands


How to create a function:

def my_function():

How to call a function:

my_function()

How to create a cube or any other shape:

cmds.polyCube()

How to create a Loop:

for x in range()

Leave a comment

Log in with itch.io to leave a comment.