Slides Links and Resources Pipeline Patterns
Pixar’s USD
Slides Links and Resources Points and Verts and Prims
Slides Links and Resources https://www.ibm.com/garage/method/practices/code/practice_test_driven_development/
Slides Links and Resources
Slides Links and Resources https://www.chadvernon.com/maya-api-programming/
Aims The aim of this lab is to introduce some basic Linux commands and tools
The terminal and why it is important basic linux commands ls,pwd,mkdir,cd,rm,man,history. The environment and how to set it up Getting Started The first thing we need to do is to get a terminal open. On Linux this is usually done by pressing the ctrl-alt-t keys. I actually have a default terminal open on login as I use it so much.
Aims The aim of this lab is to introduce more basic Linux commands and tools
Essential Linux Directories Most linux environments have a similar directory structure. The following is a list of the most important directories and their purpose.
Aims The aim of this lab is to help setup and install python and various other tools
Using PyEnv for installation of python versions Using Pip to install packages Setup VSCode to edit and run python files Why do I need PyEnv? At present the version of python installed in our linux labs are
Aims The aim of this lab is to investigate Object Orientation in python
The principles of S.O.L.I.D Classes in Python OO Design principles SOLID Is A mnemonic to remember the first five principles of Object Oriented design