Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2010-08-06 08:55:32 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2010-08-06 08:55:32 +0400
commit893afe0e84abede39bb7e639b49143b88303b969 (patch)
treece92d26913ade1ec028bb560d1f694f6178c62d6 /source/blender/editors/sculpt_paint/paint_stroke.c
parent7d84048df64c0532de3ddf2d08174b502e263b72 (diff)
parent99c64e05a6a7cdd8b2e5bf88706165ebdb5101d1 (diff)
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30887:31091
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_stroke.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index ac1a401d7c8..11e26e58183 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -30,6 +30,7 @@
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
+#include "DNA_brush_types.h"
#include "RNA_access.h"
@@ -1249,8 +1250,9 @@ int paint_stroke_modal(bContext *C, wmOperator *op, wmEvent *event)
paint_brush_stroke_add_step(C, op, event, mouse);
}
}
- else
+ else {
;//ED_region_tag_redraw(ar);
+ }
}
}