imagiscope / EarthStudioTools

Blender Panel to import Google Earth Studio, KML Routes, and 3D Masking
Other
169 stars 29 forks source link

Error pop out in Blender when I click "Import earth studio" button #11

Open wmrlakmal opened 2 years ago

wmrlakmal commented 2 years ago

Hi, I'm getting the following error when I click "Import earth studio" button. Please let me know if you have a solution for this.

Traceback (most recent call last): File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\GES_Panel_1_2.py", line 383, in execute importges() File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\GES_Panel_1_2.py", line 461, in importges s_end = camdata["numFrames"] KeyError: 'numFrames'

location: :-1

imagiscope commented 2 years ago

This is usually because you don't have an anchor point (trackpoint) in the project. Just add one to GES project and it will become the center of the project and should import.

wmrlakmal commented 2 years ago

Thank you very much for the message.