Follow RaeesMalik
Follow
Following RaeesMalik
Following
Add To Collection
Collection
Comments
Devlog
Programming for Animation
←
Return to Programming for Animation
Devlog
Week 9
December 16, 2022
by
RaeesMalik
This week I created a window to run my script. It now allows the user to input a number for a custom tiered pyramid. The UI consists of a window with a column layout, an integer slider ( cubeS ) that...
Continue reading
Week 7
December 16, 2022
by
RaeesMalik
This week we looked into Selecting Objects, Parenting, and Grouping using Python in Maya. We were told to look up these command for Python ls • select • file • getAttr • adAttr • setAttr Wha...
Continue reading
Week 6
December 16, 2022
by
RaeesMalik
This lesson I created a pyramid which allows you to input your own numbers and have the pyramid be bigger or smaller. I created a function called pyramid that takes two arguments: size and height . Th...
Continue reading
Week 5
December 16, 2022
by
RaeesMalik
To day we were asked to look through a test script and explain the main functionalities. Some of the main functions I noticed are importing modules at the start with the "import time, sys, os" , calli...
Continue reading
Week 4
December 16, 2022
by
RaeesMalik
This lesson we looked at commands for python in Maya and the script editor, shelf, marking menus, loops, script testing, functions. The script editor is a tool in Maya that allows you to write, edit,...
Continue reading
Week 3
December 16, 2022
by
RaeesMalik
This lesson we looked at integers, floating point numbers and decision making with python. In Python, integers are whole numbers that can be positive, negative, or zero. For example: 2 , -4 , and 0 ar...
Continue reading
Week 2
October 10, 2022
by
RaeesMalik
Completed IF ELSE statements for python lesson on w3school. I learned about if-else statements in python. If-else statements allow you to control the flow of your program based on certain conditions...
Continue reading
Week 1
October 10, 2022
by
RaeesMalik
For my first week we explored basic python, by trying to create a cube. I started off by learning how to import the Maya python module so that I could access the functions and classes provided by Maya...
Continue reading