Blender Batch Executor is a Python script designed to automate actions on Blender (.blend) files in batch mode. This script simplifies the process of performing repetitive tasks across multiple Blender projects without manual intervention.
- Batch Processing: Execute actions on multiple Blender files in one go.
- Custom Actions: Define and execute custom Python scripts or actions on each Blender file.
- Flexible Configuration: Easily configure the script to suit your specific needs.
- Python 3.x
- Blender (installed and accessible via command line)
- Required Python libraries (specified in
requirements.txt
)
-
Clone the repository:
bash
Copy code
git clone https://github.com/VisionExp/blend-batch-executor.git
-
Install dependencies:
Copy code
pip install -r requirements.txt
`
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by the need to automate repetitive tasks in Blender.
- Developed by Ruslan Piloian / VisionExp.