Brett e792698480 Merge pull request #114
* Better exception handling / error reporting for add job screen

* Don't supress exceptions for potentially long running functions in bl…

* Increase Blender pack_project_file timeout to 120s
2024-08-20 15:20:24 -05:00
2023-12-25 17:40:55 -06:00
2023-12-17 12:07:10 -06:00
2024-08-20 15:20:24 -05:00
2023-12-21 20:47:38 -06:00
2024-01-28 10:30:57 -06:00
2023-11-04 16:13:40 -05:00
2024-01-28 20:54:12 -06:00
2023-12-16 22:20:24 -06:00
2024-08-15 15:10:37 -05:00
2024-08-03 14:04:17 -05:00

Zordon

A tool designed for small render farms, such as those used in home studios or small businesses, to efficiently manage and run render jobs for Blender, FFMPEG, and other video renderers. It simplifies the process of distributing rendering tasks across multiple available machines, optimizing the rendering workflow for artists, animators, and video professionals.

Supported Renderers

Zordon supports or plans to support the following renderers:

System Requirements

  • Windows 10 or later
  • macOS Ventura (13.0) or later
  • Linux (Supported versions TBD)

Build using Pyinstaller

Zordon is regularly tested with Python 3.11 and later. It's packaged and distributed with pyinstaller. It is supported on Windows, macOS and Linux.

git clone https://github.com/blw1138/Zordon.git
pip3 install -r requirements.txt
pip3 install pyinstaller
pip3 install pyinstaller_versionfile
pyinstaller main.spec

License

Zordon is licensed under the MIT License. See the LICENSE file for more details.

Description
Languages
Python 100%