PyPov is a relatively simple Python framework for generating povray files. It allows the programmer to create objects and manipulate their attributes from within a Python script. It's good for creating structured/mathematical scenes and animations.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Support for triangle and mesh objects, and a new HeightField class (and associated FieldIm class) that uses PIL to create a height field image from any function.