Commit: d541820d27447a0c968dd40f97bfa25a180d31c4
Author: dilithjay
Date:   Sat Nov 6 13:29:19 2021 +0530
Branches: soc-2021-curves
https://developer.blender.org/rBd541820d27447a0c968dd40f97bfa25a180d31c4

Reverted curve pen add

===================================================================

M       source/blender/editors/curve/editcurve_pen.c

===================================================================

diff --git a/source/blender/editors/curve/editcurve_pen.c 
b/source/blender/editors/curve/editcurve_pen.c
index d70a7fb2133..b0131a11935 100644
--- a/source/blender/editors/curve/editcurve_pen.c
+++ b/source/blender/editors/curve/editcurve_pen.c
@@ -851,7 +851,7 @@ wmKeyMap *curve_pen_modal_keymap(wmKeyConfig *keyconf)
 
   keymap = WM_modalkeymap_ensure(keyconf, "Curve Pen Modal Map", modal_items);
 
-  WM_modalkeymap_assign(keymap, "CURVE_OT_pen_add");
+  WM_modalkeymap_assign(keymap, "CURVE_OT_pen");
 
   return keymap;
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to