A collection of Python scripts and utilities to streamline Blender workflows for lighting development and render pipelines.
- Automated Asset Processing : Batch convert/optimize models and textures (WIP)
- Scene Management : Cleanup and standardization tools (WIP)
- Version Control Integration : Git-friendly asset handling
- Filepath Automation : Filepath on compisiting fill up based on the project folder
As for now, this tool are NOT made to be installed. This is just a pipeline development project still in the local phase
| Command | Description |
|---|---|
autosavePR() |
Automatically exports pre-render assets during test renders (F12) |
build() |
Constructs light setup from benchmark configuration file |
purge() |
Cleans project file by removing all unused/non-referenced data |
set_renderpath() |
Automatically sets consistent output paths for all compositing nodes |
- /custom/ - Custom Blender Python scripts
- /functions/ - Core Python functions and utilities
- /operator/ - Blender operators for export/configurations
- /panel/ - UI panels for the add-on interface
- /tests/ - Unit and integration tests
- /utils/ - Helper utilities and shared tools
Distributed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007. See LICENSE for more information.
GitHub: @ddlite92