[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30476] branches/soc-2010-jwilkins/source/ blender/editors/include/ED_sculpt.h: * fixed crash when there is no active brush

Jason Wilkins Jason.A.Wilkins at gmail.com
Sun Jul 18 22:26:13 CEST 2010


Revision: 30476
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30476
Author:   jwilkins
Date:     2010-07-18 22:26:13 +0200 (Sun, 18 Jul 2010)

Log Message:
-----------
* fixed crash when there is no active brush

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/editors/include/ED_sculpt.h

Modified: branches/soc-2010-jwilkins/source/blender/editors/include/ED_sculpt.h
===================================================================
--- branches/soc-2010-jwilkins/source/blender/editors/include/ED_sculpt.h	2010-07-18 20:22:32 UTC (rev 30475)
+++ branches/soc-2010-jwilkins/source/blender/editors/include/ED_sculpt.h	2010-07-18 20:26:13 UTC (rev 30476)
@@ -52,6 +52,6 @@
 void ED_undo_paint_step(struct bContext *C, int type, int step);
 void ED_undo_paint_free(void);
 
-void ED_paint_draw_overlay(const struct bContext *C, struct ARegion *ar);
+void ED_draw_paint_overlay(const struct bContext *C, struct ARegion *ar);
 
 #endif





More information about the Bf-blender-cvs mailing list