diff --git a/OP_material_picker.py b/OP_material_picker.py index 65f7a1a..e75487e 100644 --- a/OP_material_picker.py +++ b/OP_material_picker.py @@ -290,9 +290,8 @@ class GP_OT_pick_closest_material(Operator): addon_keymaps = [] def register_keymaps(): addon = bpy.context.window_manager.keyconfigs.addon - # km = addon.keymaps.new(name = "Grease Pencil Stroke Paint (Draw brush)", space_type = "EMPTY", region_type='WINDOW') # km = addon.keymaps.new(name = "Grease Pencil Paint Mode", space_type = "EMPTY", region_type='WINDOW') - km = addon.keymaps.new(name = "Grease Pencil Stroke Paint (Fill)", space_type = "EMPTY", region_type='WINDOW') + km = addon.keymaps.new(name = "Grease Pencil Fill Tool", space_type = "EMPTY", region_type='WINDOW') kmi = km.keymap_items.new( # name="", idname="gp.pick_closest_material",