Tuesday, November 26, 2019

Python Houdini assignments


Class Houdini

For this assignment I created a class inheritance script that uses modules I created with python to call upon their classes to create "Roberto" and "Crag" 


Color Calculator

For this assignment I created a color calculator using classes in python. It takes in the user input to create color swatches. It then show it can multiply, add, subtract, and invert the colors and create a new swatch. Its useful for lighters so that they know how color combinations look together.


Random Objects places on Grid

For this assignment I created a python script in houdini that asks the user for the number of objects they want to use to populate the scene. Then Houdini creates a that amount of objects using random geometry, translation, scale and rotation to place on the ground plane.