blender-cli-rendering

GitHub Blender

Python scripts for generating scenes and rendering images using Blender from command-line interface.

Principles

Possible Usages

Scripts

01_cube.py

01_cube

02_suzanne.py

02_suzanne

03_ibl.py

03_ibl

04_principled_bsdf.py

04_principled_bsdf

05_composition.py

05_composition

06_split_tone.py

06_split_tone

07_texturing.py

07_texturing

08_animation.py

08_animation

09_armature.py

09_armature

10_mocap.py

10_mocap

11_mesh_visualization.py

11_mesh_visualization

12_cloth.py

12_cloth

13_matcap.py

13_matcap

14_procedural_texturing.py

14_procedural_texturing

License

Scripts in this repository use the Blender Python API, which is licensed under GNU General Public License (GPL). Thus, these scripts are considered as derivative works of a GPL-licensed work, so they are also licensed under GPL following the copyleft rule.