From 26a50b145353960eb7ab0b206c29e143e0a6971a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 14 May 2026 10:40:49 +0200 Subject: [PATCH] Use resource_path for Blender script execution --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1e120e3..1e4ebe3 100644 --- a/main.py +++ b/main.py @@ -837,7 +837,7 @@ class Api: # oder als Startscript mitgibst! cmd = [ "/Applications/Blender.app/Contents/MacOS/Blender", - "--python", "scene_setup.py", + "--python", resource_path("scene_setup.py"), "--", glb_path, hdri_path or "" ] try: