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:
authorCampbell Barton <ideasman42@gmail.com>2018-01-28 09:18:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-28 09:18:56 +0300
commitdfbe4153721b6764a41c2e8de8f41c6cdab6fe7e (patch)
tree9d753f9c88620ead520281b545cf863f479ebeec /source/blender/editors/sculpt_paint/paint_stroke.c
parent1c905046d1da3a37993376f34f9a438244f4a1f3 (diff)
parentbff1dae7675f67717591e5f8d44b142fee331c2d (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_stroke.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 0648bd804e0..3982c9a3c30 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -378,7 +378,7 @@ static bool paint_brush_update(bContext *C,
else if (!(brush->flag & BRUSH_CURVE)) {
if (!paint_calculate_rake_rotation(ups, brush, mouse_init)) {
/* Not enough motion to define an angle. */
- if(!stroke->rake_started) {
+ if (!stroke->rake_started) {
is_dry_run = true;
}
}