GitHub

Duplicate_Along_Curve.py

# of the License, or (at your option) any later version. if bpy.context.selected_objects[1].type == 'MESH' and bpy.context.selected_objects[0].type == 'CURVE ...
Blender tends to duplicate some addon hotkeys when a key configuration is imported/exported. As far as I understand, this is due to addons injecting their hotkeys again after importing the file, even ...