global: inference debug
This commit is contained in:
@@ -71,7 +71,6 @@ class RenderUtil:
|
||||
result = subprocess.run([
|
||||
'blender', '-b', '-P', script_path, '--', temp_dir
|
||||
], capture_output=True, text=True)
|
||||
|
||||
if result.returncode != 0:
|
||||
print("Blender script failed:")
|
||||
print(result.stderr)
|
||||
|
Reference in New Issue
Block a user