Commit Graph

141 Commits

Author SHA1 Message Date
Brett Williams
74dae1e115 Misc scheduler_gui.py improvements 2023-05-27 23:44:36 -05:00
Brett Williams
06c9589093 Change blender error handling behavior 2023-05-27 22:03:41 -05:00
Brett Williams
528c802fe2 Fix issue where dead jobs try to be started after restarting 2023-05-27 21:53:34 -05:00
Brett Williams
e300024e2b Fix issue where max render instance limit was ignored 2023-05-27 21:42:40 -05:00
Brett Williams
eaacbf4ec0 Blender image sequences now generate a preview mp4 on completion 2023-05-27 16:01:54 -05:00
Brett Williams
55591c10e1 Change job and upload directory layout 2023-05-27 15:06:23 -05:00
Brett Williams
df92269708 Refactor Worker / Engine / Factory file layout 2023-05-27 14:40:34 -05:00
Brett Williams
12f720d943 Fix issue where Blender start_frame was ignored. Get more scene info. 2023-05-27 13:27:43 -05:00
Brett Williams
58113f423c Halt renders on errors or missing files 2023-05-27 13:26:10 -05:00
Brett Williams
cd948634ad Fix some misc issues in scheduler_qui 2023-05-26 17:36:15 -05:00
Brett Williams
29a47d5d53 Fix scheduledjob render status 2023-05-24 18:18:03 -05:00
Brett Williams
2e41e46826 Fix issue with ffmpeg not reporting progress 2023-05-24 15:52:21 -05:00
Brett Williams
4d620d0ea6 Thumbnail generation error handling 2023-05-24 15:41:27 -05:00
Brett Williams
9ac1c44ba3 Add RenderClient object to DB for client tracking 2023-05-24 15:40:45 -05:00
Brett Williams
31ef59a9d4 Merge pull request #4 from blw1138/sqlite_conversion
Sqlite conversion
2023-05-24 13:21:39 -05:00
Brett Williams
9d9984cb0b Update requirements.txt 2023-05-24 13:19:54 -05:00
Brett Williams
8a3854a51e Fixed saving / loading render status states 2023-05-24 13:06:15 -05:00
Brett Williams
2a7eddb1eb Save worker information to database for persistence across runs and abstract away data source 2023-05-24 12:50:16 -05:00
Brett Williams
e11c5e7e58 Convert render_queue and scheduledjob to use sql instead of json 2023-05-24 09:58:02 -05:00
Brett Williams
dd2ae2d71a Scheduled_job work 2023-05-24 09:49:25 -05:00
Brett Williams
3e35ffddfd Add json and time_elapsed methods to render_worker.py 2023-05-24 09:34:25 -05:00
Brett Williams
4446c61f1d Adding initial db to queue 2023-05-23 23:52:29 -05:00
Brett Williams
6c3d0e8f6e Rename get_formats to get_output_formats for engines 2023-05-23 20:42:26 -05:00
Brett Williams
29e03eac87 Fix issue with getting renderer info if renderer not available 2023-05-23 16:48:19 -05:00
Brett Williams
15d1302f18 Refactor AERender to use BaseRenderEngine 2023-05-23 15:28:20 -05:00
Brett Williams
38d8959ee1 Move more methods into Blender engine class 2023-05-23 15:03:50 -05:00
Brett Williams
a8323f6eec Added presets to scheduler gui 2023-05-22 21:33:23 -05:00
9c1a1f70f7 Merge pull request #3 from blw1138/worker_engine_refactor
Worker engine refactor
2023-05-22 19:47:40 -05:00
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