[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47749] branches/soc-2012-bratwurst/source /blender/editors/sculpt_paint/paint_ops.c: Enable Ctrl-F for rake brushes

Antony Riakiotakis kalast at gmail.com
Mon Jun 11 19:54:05 CEST 2012


Revision: 47749
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47749
Author:   psy-fi
Date:     2012-06-11 17:53:59 +0000 (Mon, 11 Jun 2012)
Log Message:
-----------
Enable Ctrl-F for rake brushes

Modified Paths:
--------------
    branches/soc-2012-bratwurst/source/blender/editors/sculpt_paint/paint_ops.c

Modified: branches/soc-2012-bratwurst/source/blender/editors/sculpt_paint/paint_ops.c
===================================================================
--- branches/soc-2012-bratwurst/source/blender/editors/sculpt_paint/paint_ops.c	2012-06-11 17:06:17 UTC (rev 47748)
+++ branches/soc-2012-bratwurst/source/blender/editors/sculpt_paint/paint_ops.c	2012-06-11 17:53:59 UTC (rev 47749)
@@ -748,7 +748,7 @@
 
 	ed_keymap_paint_brush_switch(keymap, "image_paint");
 	ed_keymap_paint_brush_size(keymap, "tool_settings.image_paint.brush.size");
-	ed_keymap_paint_brush_radial_control(keymap, "image_paint", RC_COLOR | RC_ZOOM);
+	ed_keymap_paint_brush_radial_control(keymap, "image_paint", RC_COLOR | RC_ZOOM | RC_ROTATION);
 
 	kmi = WM_keymap_add_item(keymap, "WM_OT_context_toggle", MKEY, KM_PRESS, 0, 0); /* mask toggle */
 	RNA_string_set(kmi->ptr, "data_path", "image_paint_object.data.use_paint_mask");




More information about the Bf-blender-cvs mailing list