mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Misc worker cleanup
This commit is contained in:
@@ -112,7 +112,7 @@ class Blender(BaseRenderEngine):
|
||||
logger.error(f'Error packing .blend file: {e}')
|
||||
return None
|
||||
|
||||
def get_arguments(self):
|
||||
def get_arguments(self): # possibly deprecate
|
||||
help_text = subprocess.check_output([self.renderer_path(), '-h']).decode('utf-8')
|
||||
lines = help_text.splitlines()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user