[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39217] branches/soc-2011-onion/source/ blender/editors/sculpt_paint: fix for scons + remove modal keymap for uv smooth brush operator since it has its own handler

Antony Riakiotakis kalast at gmail.com
Tue Aug 9 17:53:21 CEST 2011


Revision: 39217
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39217
Author:   psy-fi
Date:     2011-08-09 15:53:20 +0000 (Tue, 09 Aug 2011)
Log Message:
-----------
fix for scons + remove modal keymap for uv smooth brush operator since it has its own handler

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/SConscript
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_ops.c

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/SConscript
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/SConscript	2011-08-09 15:26:02 UTC (rev 39216)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/SConscript	2011-08-09 15:53:20 UTC (rev 39217)
@@ -4,6 +4,7 @@
 
 sources = []
 sources.append('paint_image.c')
+sources.append('paint_uv.c')
 sources.append('paint_ops.c')
 sources.append('paint_stroke.c')
 sources.append('paint_undo.c')

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_ops.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_ops.c	2011-08-09 15:26:02 UTC (rev 39216)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_ops.c	2011-08-09 15:53:20 UTC (rev 39217)
@@ -696,6 +696,5 @@
 		wmKeyMap* keymap= paint_stroke_modal_keymap(keyconf);
 		WM_modalkeymap_assign(keymap, "SCULPT_OT_sculpt_stroke");
 		WM_modalkeymap_assign(keymap, "PAINT_OT_vpaint_stroke");
-		WM_modalkeymap_assign(keymap, "PAINT_OT_uv_smooth_stroke");
 	}
 }




More information about the Bf-blender-cvs mailing list