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:
authorSebastian Parborg <zeddb>2019-01-04 00:02:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-04 00:07:41 +0300
commit5958dd4098e74d58665629bf341396ab82ca5b02 (patch)
treeebc36c58d17740ee0ca42c6a281fe501c9500d46 /source/blender/editors/sculpt_paint/paint_vertex.c
parent01244036afd560a58e27b186cc6e6676fe0aaebf (diff)
Fix T60101: vertex paint color sample
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_vertex.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index f5c49c4b7e1..f91c5f71b2f 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -246,7 +246,7 @@ bool vertex_paint_poll(bContext *C)
bool vertex_paint_poll_ignore_tool(bContext *C)
{
- return vertex_paint_poll_ex(C, true);
+ return vertex_paint_poll_ex(C, false);
}
bool weight_paint_mode_poll(bContext *C)