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: