Python scripts for generating scenes and rendering images using Blender from command-line interface.
- Able to run without display (thus, the renderer should be Cycles instead of EEVEE)
- Support the latest Blender release (currently 2.83)
- Material to learn how to use Blender Python APIs.
- Visualization of 3D data with fancy rendering quality.
- Generation of synthetic training datasets for machine learning-based computer vision.
- Cycles renderer
- Directional light
- Algorithmic object placement
- Subdivision surfaces
TRACK_TO
constraint to achieve camera's look-at behavior- Depth of field
- Smooth shading
- Node-tree
- Image-based lighting using an HDR image
- Principled BSDF
- Denoising
- Empty object as a target
- Composition nodes
- Node group
- Split tone effect
- Checker board texture
- Image texture
- Keyframing
- Motion blur
- Skeletal animation
- Skinning
- Mesh creation from Python data
- BVH data import
- Texture tiling
- Camera following
- Wireframe
- Vertex colors
- Transparent background
- Cloth modifier
- Collision modifier
- Area light
- MatCap (a.k.a. Lit Sphere)
- Image filtering (e.g., sharpen)
- Simple RGB background
- Node frame
- Noise texture
GNU General Public License v3.0 (GPL-3.0). We have chosen this license because we respect the philosophy of free software.