start kitsu adapter

This commit is contained in:
“christopheseux”
2022-12-25 02:54:50 +01:00
parent 2e447cc133
commit fc405797d9
9 changed files with 113 additions and 49 deletions
+3 -1
View File
@@ -184,12 +184,14 @@ def get_bl_cmd(blender=None, background=False, focus=True, blendfile=None, scrip
cmd += ['--no-window-focus']
cmd += ['--window-geometry', '5000', '0', '10', '10']
cmd += ['--python-use-system-env']
if blendfile:
cmd += [str(blendfile)]
if script:
cmd += ['--python', str(script)]
if kargs:
cmd += ['--']
for k, v in kargs.items():