This commit is contained in:
2025-07-10 15:26:18 +03:00
parent 911143dfc5
commit 1d0dc05a7b
326 changed files with 10190 additions and 36 deletions

View File

@@ -24,7 +24,8 @@ class BlenderGPSAnimator:
if BLENDER_AVAILABLE:
self.setup_blender_scene()
else:
raise ImportError("Blender (bpy) is not available. Please install Blender with Python API access.")
# Don't raise error here, let the caller handle the check
pass
def check_dependencies(self):
"""Check if Blender dependencies are available"""