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-11-07 03:58:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-07 03:59:41 +0300
commit101fd08348e5717f98af93481e6cc97d3bf920c3 (patch)
tree32a8130570ed435290656f48c7af8bfde7e96532 /source/blender/editors/sculpt_paint/paint_curve.c
parent4e9911663a22766f6751d33ae84c1ebcc1fae559 (diff)
parent59e70d5f8d68d8fa9eb34f75866578fafece8709 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_curve.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_curve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_curve.c b/source/blender/editors/sculpt_paint/paint_curve.c
index 3213ee005cf..90e068ab17a 100644
--- a/source/blender/editors/sculpt_paint/paint_curve.c
+++ b/source/blender/editors/sculpt_paint/paint_curve.c
@@ -661,7 +661,7 @@ static int paintcurve_draw_exec(bContext *C, wmOperator *UNUSED(op))
switch (mode) {
case ePaintTexture2D:
- case ePaintTextureProjective:
+ case ePaintTexture3D:
name = "PAINT_OT_image_paint";
break;
case ePaintWeight: