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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-05-07 15:20:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-05-07 15:20:47 +0300
commit57013c0a39ac75f22eda1a76bb18881fa590b18a (patch)
tree14a0d1731279390b3002196f6f85ac46621ff0be /source/blender/editors/sculpt_paint/sculpt.c
parent5003f894e75fdc6420f5d28bf53cce7018923979 (diff)
parent592c3881bae4b063e88444d8341aa5b488b5abb5 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 9817ca41832..38fbb609283 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -1126,6 +1126,8 @@ static float brush_strength(
case BRUSH_MASK_SMOOTH:
return alpha * pressure * feather;
}
+ BLI_assert(!"Not supposed to happen");
+ break;
case SCULPT_TOOL_CREASE:
case SCULPT_TOOL_BLOB: