fix: AttributeError on .enabled in update_job_count prevents options from rendering

This commit is contained in:
Brett Williams
2026-06-05 20:12:14 -05:00
parent 0c62f454a7
commit c592236c98
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -193,5 +193,5 @@ class Blender(BaseRenderEngine):
if __name__ == "__main__":
x = Blender().get_render_devices()
x = Blender().system_info()
print(x)