global: inference debug

This commit is contained in:
2024-11-01 21:58:44 +00:00
parent ecd4cfa806
commit 982a3b9b60
4 changed files with 17 additions and 16 deletions

View File

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