Set of scripts to generate photo-realistic animations in blender. Input to the scripts are a collada file describing the scene and a text file Anim.txt which describes how things move. Output can either be single image (at a specific frame) or an animation.
- Scriptable camera (zoomIn(), zoomOut(), rotate())
- Trailerblazer paths for specific frames ("gripper") to showcase motion
- Easy color control for all objects (setColor(obj, colorRGB))
You can either load the animation into the blender GUI (so that you can further change things and then render), or you start the script in the background to directly create images/animations.
./blender-2.83 --python rai.py
./blender-2.83 --background --python rai.py