Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.28 KB

File metadata and controls

46 lines (26 loc) · 1.28 KB

Blender Batch Executor

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Blender (installed and accessible via command line)
  • Required Python libraries (specified in requirements.txt)

Installation

  1. Clone the repository:

    bash

    Copy code

    git clone https://github.com/VisionExp/blend-batch-executor.git

  2. Install dependencies:

    Copy code

    pip install -r requirements.txt

`

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments