Devlogs
Posted November 14, 2022 by jadenb432
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()