• Follow ibs03FollowFollowing ibs03Following
  • Add To CollectionCollection
  • Comments
  • Devlog

Animation Programming

← Return to Animation Programming

Devlog

  • 24 - 28 Oct
    December 15, 2022 by ibs03
    The code below animates a cube moving along the x axis every by using a for loop to increment every 10 in range, when the code is running the cube will move forward import maya.cmds Animation_Range =... Continue reading
  • 17 - 21 Creating Objects
    December 15, 2022 by ibs03
    The following source code allows us to program and spawn different shapes and allows us to change their properties such as width, radius and Height. import maya.cmds as cmds cmds.polyCube( sx=10, sy=1... Continue reading
  • 10 - 14 Creating window
    December 15, 2022 by ibs03
    import maya.cmds myWin = cmds.window(title="MY WINDOW", widthHeight=(500, 500)) cmds.columnLayout() cmds.text(label="Hello ibs") cmds.showWindow(myWin) cmds.columnLayout( adjustableColumn=True ) cmds... Continue reading
  • 03 - 07 Oct
    December 15, 2022 by ibs03
    # Hashtags are used to explain to a developer how a program is implemented and what result the code is meant to output. this helps developers with debugging the script. # Arithmetic Operators + - addi... Continue reading
itch.io·View all by ibs03·Report·Embed