root/blender-scripts/spinning-text/README

Revision 182, 0.7 kB (checked in by conrad, 2 years ago)

rename logogen.py to scene-model.py

Line 
1 A logo generator
2 Conrad Parker, October 2006
3
4 Creates an animation of a spinning logo.
5
6 Requires:
7
8 Blender
9 MPlayer
10 ffmpeg2theora
11
12 Usage: ./generate-logo.sh
13
14 Details
15 -------
16
17 This logo generator is in 3 parts:
18
19         1. a shell script (generate-logo.sh) to drive the whole process.
20            This calls blender to render the animation as a series of .png
21            files, then calls mplayer and ffmpeg2theora to encode that as
22            an Ogg Theora file.
23
24         2. a blender modelling script (scene-model.py) which creates the
25            scene within blender.
26
27         3. a blender script (step.py) which is called during render for
28            every frame. This moves the objects in the scene as required.
Note: See TracBrowser for help on using the browser.