Commit Graph

246 Commits

Author SHA1 Message Date
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
Brett Williams
2181ce54a2 Combine add_job and upload_file methods 2022-10-12 17:11:27 -07:00
Brett Williams
fd6af10d56 Refactor and reorganize code. Split server into manager and server files. 2022-10-12 13:44:41 -07:00
Brett Williams
8ae50e2431 Add local to client transfer and Blender texture packing 2022-10-12 00:09:27 -07:00
Brett Williams
2c5be5632d Worker class cleanup 2022-10-11 21:43:05 -07:00
Brett Williams
f20275b1b4 Add unregister client and other improvements 2022-10-11 21:41:12 -07:00
Brett Williams
fe95a3b760 Save registered clients to server_state.json 2022-10-10 10:10:23 -07:00
Brett Williams
cbc326f224 Add .gitignore 2022-10-09 17:37:07 -07:00
Brett Williams
5dabad24e9 Additional work to allow registering of remote clients 2022-10-09 17:34:06 -07:00
Brett Williams
9d6f7f4187 Add initial support for registering clients 2022-10-09 14:17:37 -07:00
Brett Williams
0f63aa629e Add proof-of-concept file uploading for job creation 2022-10-08 22:14:55 -07:00
Brett Williams
e12171a6d2 Dashboard improvements 2022-10-08 17:55:24 -07:00
Brett Williams
7b33f06405 Change Renderer classes to RenderWorkers. Created RenderWorkerFactory. 2022-10-08 17:09:13 -07:00
Brett Williams
1c304e77f5 Initial commit 2022-10-04 23:09:09 -07:00