Using Python to write custom .mel and .rib L-system files.
Python: Recursion
See recursion.
In this project utilizes the power of recursion with python to create a Menger Sponge and a Sierpinski Gasket.
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.
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.