Add Blender plugin (#134)

* Unbind hostname to allow localhost submissions

* Fix issue where multiple cameras were outputting to the same directory

* Add Blender plugin
This commit is contained in:
2026-06-06 14:32:48 -05:00
committed by GitHub
parent f0be78adcc
commit b8b71d1e16
8 changed files with 856 additions and 5 deletions
+1
View File
@@ -37,6 +37,7 @@ class JobImportHandler:
processed_child_job_data = processed_job_data.copy()
processed_child_job_data.pop("child_jobs")
processed_child_job_data.update(child_job_diffs)
processed_child_job_data['__use_output_subdir'] = True
job_data_to_create.append(processed_child_job_data)
else:
job_data_to_create.append(processed_job_data)