Brett da61bf72f8 Add job polish (#63)
* Remove legacy client

* Misc cleanup

* Add message box after submission success / fail

* Use a new is_localhost method to handle localhost not including '.local'

* Code cleanup

* Fix issue where engine browser would think we're downloading forever

* Add message box after submission success / fail

* Use a new is_localhost method to handle localhost not including '.local'

* Code cleanup

* Fix issue where engine browser would think we're downloading forever

* Add pubsub messages to serverproxy_manager.py

* Add resolution, fps and renderer versions to add_job.py

* Add cameras to add_job.py

* Add message box after submission success / fail

* Use a new is_localhost method to handle localhost not including '.local'

* Code cleanup

* Fix issue where engine browser would think we're downloading forever

* Add message box after submission success / fail

* Code cleanup

* Add cameras to add_job.py

* Add dynamic engine options and output format

* Move UI work out of BG threads and add engine presubmission tasks

* Submit dynamic args when creating a new job

* Hide groups and show messagebox after submission

* Choose file when pressing New Job in main window now
2023-11-11 07:35:56 -06:00
2023-06-30 03:53:32 -05:00
2023-11-04 09:52:15 -05:00
2023-11-11 07:35:56 -06:00
2023-06-09 18:38:58 -05:00
2023-11-04 16:13:40 -05:00
2023-11-04 16:13:40 -05:00
2023-06-07 00:28:30 -05:00
2023-11-04 16:13:40 -05:00
2023-11-04 16:13:40 -05:00

🎬 Zordon - Render Management Tools 🎬

Welcome to Zordon! This is a hobby project written with fellow filmmakers in mind. It's a local network render farm manager, aiming to streamline and simplify the rendering process across multiple home computers.

📦 Installation

Make sure to install the necessary dependencies: pip3 install -r requirements.txt

🚀 How to Use

Zordon has two main files: start_server.py and start_client.py.

  • start_server.py: Run this on any computer you want to render jobs. It manages the incoming job queue and kicks off the appropriate render jobs when ready.
  • start_client.py: Run this to administer your render servers. It lets you manage and submit jobs.

When the server is running, the job queue can be accessed via a web browser on the server's hostname (default port is 8080). You can also access it via the GUI client or a simple view-only dashboard.

🎨 Supported Renderers

Zordon currently supports the following renderers:

  • Blender
  • FFMPEG
Description
Languages
Python 100%