simple commands
jaden programming » Devlog
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()
jaden programming
More posts
- adding delete button to windowNov 28, 2022
- how to add a intslider to buttonNov 21, 2022
- create pyramid using a loop and then adding buttonNov 14, 2022
- Creating a pyramidNov 14, 2022
- QuizNov 14, 2022
- how to code cubes that move in incrementsOct 17, 2022
- how to add a function to a button in a windowOct 17, 2022
- 10/10/2022Oct 17, 2022
Leave a comment
Log in with itch.io to leave a comment.