Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mesh_surface_sketch.py')
-rw-r--r--mesh_surface_sketch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh_surface_sketch.py b/mesh_surface_sketch.py
index 1b13a934..7f573df7 100644
--- a/mesh_surface_sketch.py
+++ b/mesh_surface_sketch.py
@@ -811,6 +811,7 @@ def unregister():
bpy.types.unregister(GPENCIL_OT_SURFSK_add_surface)
bpy.types.unregister(GPENCIL_OT_SURFSK_strokes_to_curves)
bpy.types.unregister(VIEW3D_PT_tools_SURF_SKETCH)
+ km = bpy.data.window_managers[0].active_keyconfig.keymaps["3D View"]
for kmi in km.items:
if kmi.idname == 'wm.call_menu':
if kmi.properties.name == "GPENCIL_OT_SURFSK_add_surface":