Follow TheWigum
Follow
Following TheWigum
Following
Add To Collection
Collection
Devlog
Programming for Animation
←
Return to Programming for Animation
Devlog
TB1 Week 9
December 12, 2022
by
TheWigum
the week we continued with our pyramid script I added comments to the script so that I know what the code was later on I also added a new button the GUI that can delete any Selected object import maya...
Continue reading
TB1 Week 8
December 12, 2022
by
TheWigum
This week we carried on with the pyramid script I started again with the code, and I asked people in my class for help this is the code they subjected to use import maya.cmds as cmds def Make_pyramid(...
Continue reading
TB1 Week 7
December 11, 2022
by
TheWigum
this week we started writing a script to make a pyramid in Maya using what we have learnt so far the code I came up with was this: import maya.cmds def make_pyramid(range_of_pyramid): for X in range(r...
Continue reading
TB1 Week 5
December 11, 2022
by
TheWigum
this week we went on w3schools and learnt about Classes/objects, classes are like a blueprint they hold information for creating objects, most things in python are objects...
Continue reading
TB1 Week 4
December 10, 2022
by
TheWigum
this week we start to learn more about functions and exped on the window GUI last week by creating a function first we did tasks on the website W3Schools help us to have a better understanding of how...
Continue reading
TB1 Week 3
December 10, 2022
by
TheWigum
this week we learnt how to make a window with buttons that have a function the code need for this is: window = cmds.window( title="Long Name", iconName='Short Name', widthHeight=(200, 55) ) cmds.colum...
Continue reading
TB1 Week 2
October 10, 2022
by
TheWigum
this week we started using python in Maya we learnt the command to start using python is "import Maya.cmds" this tells Maya that you want to use python, we then used cmds.polyCube( depth = x, height =...
Continue reading