Cleanup: format

This commit is contained in:
2022-08-04 07:41:03 +10:00
parent cc1daa9b76
commit 1ec7f75b2a
6 changed files with 11 additions and 10 deletions

View File

@@ -99,6 +99,7 @@ if inside_blender:
print(e)
sys.exit(1)
def get_gpu_device_type(blender):
command = [
blender,
@@ -119,7 +120,6 @@ def get_gpu_device_type(blender):
return None
def get_arguments(filepath, output_filepath):
return [
"--background",