mirror of
https://github.com/blw1138/Zordon.git
synced 2026-06-09 13:39:24 -05:00
fix: AttributeError on .enabled in update_job_count prevents options from rendering
This commit is contained in:
@@ -193,5 +193,5 @@ class Blender(BaseRenderEngine):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
x = Blender().get_render_devices()
|
||||
x = Blender().system_info()
|
||||
print(x)
|
||||
|
||||
Reference in New Issue
Block a user