Commit Graph

263 Commits

Author SHA1 Message Date
Brett Williams
d9ebd0b2d9 Rename RenderJob to ScheduledJob 2023-05-22 19:41:38 -05:00
Brett Williams
fbaefdd575 Fix Blender naming collision 2023-05-22 19:36:28 -05:00
Brett Williams
69e557dfdb Consolidate Blender methods 2023-05-22 19:19:04 -05:00
Brett Williams
861df5f215 Fix issues with engine name 2023-05-22 19:15:02 -05:00
Brett Williams
49c138968d render_queue refactoring 2023-05-22 19:10:14 -05:00
Brett Williams
9579542ea3 ffmpeg_worker refacoring 2023-05-22 19:00:46 -05:00
Brett Williams
074b802d45 blender_worker refactoring 2023-05-22 18:55:54 -05:00
Brett Williams
c73b6d1da7 BaseRenderWorker split into BaseRenderWorker & BaseRenderEngine 2023-05-22 18:53:19 -05:00
ef5ecf335d Merge pull request #2 from blw1138/adaptive_renderer_args
Adaptive renderer args
2023-05-22 16:11:51 -05:00
Brett Williams
ab13b858c7 Fix custom args in gui to bottom of window 2023-05-22 16:07:01 -05:00
Brett Williams
50ca036a5d Add raw args then validate for duplicate flags 2023-05-22 15:54:56 -05:00
Brett Williams
81d5787fb0 Fix scheduler issues with multiple blender cameras 2023-05-22 15:10:25 -05:00
Brett Williams
fb7eec37fa Fix issue with subprocess 2023-05-22 14:57:28 -05:00
Brett Williams
1e92cb3a06 Add custom args to GUI and add arg conflict validation to workers 2023-05-22 13:43:39 -05:00
Brett Williams
815d5d78b2 Scheduler defaults to localhost if available 2023-05-22 11:28:14 -05:00
Brett Williams
5f39fe3d64 Generate project file hashes on separate thread 2022-12-20 13:50:26 -08:00
Brett Williams
4ef94dd7b8 Major file reorganization 2022-12-20 11:22:04 -08:00
Brett Williams
63c866166b Fix issue with getting frame count from webm files in ffmpeg 2022-12-14 23:49:24 -08:00
086eed5437 Merge pull request #1 from blw1138/webui
Merge Initial Web UI to master
2022-12-14 19:20:59 -08:00
Brett Williams
e75c03534f Fix spinner URL 2022-12-14 19:15:55 -08:00
Brett Williams
285ca3100c Add JobNotFoundError and handlers to Flask to cleanup some methods 2022-12-14 19:04:40 -08:00
Brett Williams
2fed26a8a7 HTML / JS / CSS work 2022-12-14 17:07:27 -08:00
Brett Williams
455934daa1 Improved handling of creating job JSONs as well as better handle loading saved JSONs 2022-12-14 10:49:18 -08:00
Brett Williams
9a9b0304b9 Improvements to thumbnail generation and detail page 2022-12-12 21:45:46 -08:00
Brett Williams
9ac22a5555 Misc Cleanup 2022-12-11 18:01:30 -08:00
Brett Williams
d1a905b805 Add spinner.gif 2022-12-11 17:55:43 -08:00
Brett Williams
d945d51e56 Add ability to generate thumbnails 2022-12-11 17:52:56 -08:00
Brett Williams
9f291a1282 Add presets.yaml and to web ui 2022-12-11 14:19:59 -08:00
Brett Williams
10dd5b4295 Add submit job to HTML page 2022-12-10 16:16:37 -08:00
Brett Williams
d0b14fc001 Added new commands to index.html 2022-12-08 00:08:09 -08:00
Brett Williams
fbaf2e3661 Initial commit of index html and add ability to delete jobs 2022-12-07 18:24:02 -08:00
Brett Williams
cc394932a1 Add rest call to get job logs 2022-12-07 14:39:50 -08:00
Brett Williams
89b7cb38f7 Fix some issues around adding jobs through local rest call 2022-12-07 13:45:15 -08:00
Brett Williams
7a3fed1960 Add /api/ to all rest call paths 2022-12-07 12:30:44 -08:00
Brett Williams
0bf2eaac76 Initial commit of scheduler gui 2022-10-31 00:18:02 -07:00
Brett Williams
b244a258e2 More worker cleanups and improvements 2022-10-31 00:03:27 -07:00
Brett Williams
a36f6d3128 Improve dashboard to fetch data async from screen refreshes 2022-10-30 23:59:58 -07:00
Brett Williams
a71e3fe119 Improve job management. Remove archived flag. 2022-10-30 14:21:06 -07:00
Brett Williams
5785989af4 Add ability to add multiple jobs with same source file 2022-10-30 01:50:33 -07:00
Brett Williams
a8a90d49f3 Improved how jobs are converted to JSON 2022-10-29 16:32:10 -07:00
Brett Williams
37f91c6f8a Combine RenderWorker creation into RenderJob creation. Misc cleanup. 2022-10-28 09:58:32 -07:00
Brett Williams
39d6e95e9a Repo cleanup. Move job_server class to lib. 2022-10-27 10:44:19 -07:00
Brett Williams
446f7b81a6 Improve Blender file parsing. 2022-10-27 00:11:27 -07:00
Brett Williams
eb9e719f47 Add ability to get file list and download files from project output 2022-10-26 18:27:13 -07:00
Brett Williams
2da06ab166 RenderWorker cleanup and add camera methods to BlenderRenderWorker 2022-10-25 15:28:51 -07:00
Brett Williams
3ee3dfd4e2 Rename RenderManager to RenderQueue 2022-10-25 11:34:35 -07:00
Brett Williams
b2a6d0e79e Worker improvements 2022-10-23 18:07:25 -07:00
Brett Williams
8bf064520b Fix add_job json parsing 2022-10-23 16:33:50 -07:00
Brett Williams
1af3828b11 Fix HTML error codes in server response 2022-10-23 16:32:26 -07:00
Brett Williams
c78c4aee68 Improvements to the upload.html file 2022-10-12 17:30:42 -07:00