A simple pipeline automation tool written in Python that simulates a render queue system by creating render folders, versioning, and logs.
- Automatically creates render folders
- Version folder creation (v001, v002, etc.)
- Generates example render filenames
- Creates render logs
- Simulates a basic render pipeline workflow
Run the script:
python main.py
Enter the project name and shot name, and the tool will create the render folder structure and logs.
Project/
Renders/
Shot01/
v001/
v002/
Logs/
render_log.txt
This tool was created as a simple pipeline utility to simulate render queue workflows, versioning, and render organisation used in VFX and real-time production pipelines.
This project was created to practice the development of pipeline tools, automation, and workflow organisation for real-time and VFX production environments.