MEL Matrix Button

Python: L-systems

Using Python to write custom .mel and .rib L-system files.

Recursion Button

Python: Recursion

See recursion.

In this project utilizes the power of recursion with python to create a Menger Sponge and a Sierpinski Gasket.

Mesh Query

Python: RenderMan Interface Filters (RiF's)

RiF's allow you to rewrite previously generated .rib files just before rendertime. This project, demonstates their use by rewriting point lights in place of particles in a particle simulation.

Distributed Rendering System

Python: Distributed Rendering System

A group coding project, where we wrote a distributed rendering system for rendering RenderMan .rib files by utilizing the python Socket() function.