I want to import an kml Route from google earth studio to blender. Trackpoint are produced.
I´m using Blender3.4 because GES_Panel_1_2.py is also 4 years old, but i get also no trackpoint into blender with following error code:
Python: Traceback (most recent call last):
File "C:\Users\Csacsko\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\GES_Panel_1_2.py", line 370, in execute
importkml()
File "C:\Users\Csacsko\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\GES_Panel_1_2.py", line 593, in importkml
sn = bpy.data.objects[bpy.context.scene.GES_OT_Path.v_snapto]
KeyError: 'bpy_prop_collection[key]: key "" not found'
What can be the reason?