Follow Will_Whiteside
Follow
Following Will_Whiteside
Following
Add To Collection
Collection
Comments
Devlog
Programming Blog
←
Return to Programming Blog
Devlog
Coding an Animation
November 28, 2022
by
Will_Whiteside
This code is used to create a window that would allow the user to generate a simple moving object animation of either a ball or a sphere. To do this we use a button that runs the animation function. W...
Continue reading
Pyramid Script
November 28, 2022
by
Will_Whiteside
For my first pyramid script, I used a basic looping code that would allow me to change a variable that could generate a pyramid, of any size of my choice. This was done by having the code update the s...
Continue reading
First Script
October 10, 2022
by
Will_Whiteside
Coding in Maya: "import maya.cmds" - This line is needed at the start of the code to allow python to understand we are using Maya. This script generates a set number of random cubes with a different p...
Continue reading