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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-03-02 19:21:41 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-03-02 19:22:14 +0400
commit503a9733d18f5da1002c7ca13701c9aff03d21b5 (patch)
tree5393d1e7e1c34d95330f85c09c690f26a6a944da /source/blender/editors/sculpt_paint/paint_ops.c
parentfd553c5b7bdfd5bec1cc005bc67785c54916a64a (diff)
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.
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_ops.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index 920647158a7..31dd4960f90 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
*