When executing Create Markers, the following python error is shown:
Python: Traceback (most recent call last):
File "/home/tom/.config/blender/4.3/scripts/addons/GES_Panel.py", line 368, in execute
makemarkers()
File "/home/tom/.config/blender/4.3/scripts/addons/GES_Panel.py", line 931, in makemarkers
mk2 = bpy.data.objects.new('Marker_' + newtext, mk.data.copy())
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'copy'
I would appreciate a fix.