Skip to content

VisionExp/blend-batch-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages