Skip to content

Trackpoint Marker Tools do not work with blender 4.3.0 #28

@twaldschmidt

Description

@twaldschmidt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions