Misc worker cleanup

This commit is contained in:
Brett Williams
2024-08-04 01:03:24 -05:00
parent 58822c4a20
commit 8826382f86
4 changed files with 19 additions and 22 deletions

View File

@@ -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()