[Bf-blender-cvs] [503a973] master: Switch Dyntopo enable back to Ctrl-D.

Antony Riakiotakis noreply at git.blender.org
Sun Mar 2 16:22:25 CET 2014


Commit: 503a9733d18f5da1002c7ca13701c9aff03d21b5
Author: Antony Riakiotakis
Date:   Sun Mar 2 17:21:41 2014 +0200
https://developer.blender.org/rB503a9733d18f5da1002c7ca13701c9aff03d21b5

Switch Dyntopo enable back to Ctrl-D.

Grease pencil straight line can still be enabled by first pressing D
then Ctrl and looks like there is no final consensus on key shortcut.
Better leave this as before and solve after release.

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

M	source/blender/editors/sculpt_paint/paint_ops.c

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

diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index 9206471..31dd496 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -1152,7 +1152,7 @@ void ED_keymap_paint(wmKeyConfig *keyconf)
 	WM_keymap_add_item(keymap, "PAINT_OT_mask_lasso_gesture", LEFTMOUSE, KM_PRESS, KM_CTRL | KM_SHIFT, 0);
 
 	/* Toggle dynamic topology */
-	WM_keymap_add_item(keymap, "SCULPT_OT_dynamic_topology_toggle", TKEY, KM_PRESS, KM_CTRL, 0);
+	WM_keymap_add_item(keymap, "SCULPT_OT_dynamic_topology_toggle", DKEY, KM_PRESS, KM_CTRL, 0);
 
 	/* Dynamic-topology detail size
 	 *




More information about the Bf-blender-cvs mailing list