[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30556] trunk/blender/source/blender/ editors/sculpt_paint/paint_ops.c: * In previous commit, the draw brush for sculpting got separated out to a new brush called ' SculptDraw'.

Jason Wilkins Jason.A.Wilkins at gmail.com
Tue Jul 20 23:41:42 CEST 2010


Revision: 30556
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30556
Author:   jwilkins
Date:     2010-07-20 23:41:42 +0200 (Tue, 20 Jul 2010)

Log Message:
-----------
* In previous commit, the draw brush for sculpting got separated out to a new brush called 'SculptDraw'.  Updated the keymap 'D' to switch to this new brush.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/sculpt_paint/paint_ops.c

Modified: trunk/blender/source/blender/editors/sculpt_paint/paint_ops.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/paint_ops.c	2010-07-20 21:35:22 UTC (rev 30555)
+++ trunk/blender/source/blender/editors/sculpt_paint/paint_ops.c	2010-07-20 21:41:42 UTC (rev 30556)
@@ -273,7 +273,7 @@
 	/* brush switching */
 	kmi = WM_keymap_add_item(keymap, "WM_OT_context_set_enum", DKEY, KM_PRESS, 0, 0);
 	RNA_string_set(kmi->ptr, "data_path", "tool_settings.sculpt.active_brush_name");
-	RNA_string_set(kmi->ptr, "value", "Draw");
+	RNA_string_set(kmi->ptr, "value", "SculptDraw");
 	
 	kmi = WM_keymap_add_item(keymap, "WM_OT_context_set_enum", SKEY, KM_PRESS, 0, 0);
 	RNA_string_set(kmi->ptr, "data_path", "tool_settings.sculpt.active_brush_name");





More information about the Bf-blender-cvs mailing list