(C) 2008 Sean Brennan This code was used to generate the fractal zoom depicted here. Typical workflow was to adjust blank.blend in blender to zero-in on the generated mesh, adjust rendering parameters, and save. Single frames were rendered at various timeline values and checked. Then the final batch was submitted. avifile is used to gather frames into an avi file. Files: blank.blend: The Bender file that sets up the camera and lights, or anything else managed by blender for a single frame. make-fractals.py: Driver for make-them-fractals that does batching and cacheing. make-them-fractals.cpp: Anti-aliased fractal generator. *yawn* README: Me! super-duper.py: Run as '-i -f 30' to open blender at frame 30. run as '-s 1 -e 200' to batch render frames 1 to 200. template.py: converts images to meshes basing height on color value. make-avi: tiny shell script to drive making the avi. Requirements: Blender http://www.blender.org/ avijpeg http://sourceforge.net/projects/jpegtoavi/ Python http://www.python.org/ Netpbm http://netpbm.sourceforge.net/ And the unix shell. I use linux.