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");


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to