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>2020-05-19 10:53:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-19 11:06:27 +0300
commitb96ccb5126b29fa9ff014103e350cfa3c94d376a (patch)
treef3c3928777e7c91f1a98f1ce6cd79ec77a595cb1 /source/blender/blenkernel/intern/pbvh_intern.h
parentf89b89fa7fcce713fa560ff7be2bb5bbe274e29b (diff)
Fix T76865: Vertex paint draws hidden but cannot be painted onto
Diffstat (limited to 'source/blender/blenkernel/intern/pbvh_intern.h')
-rw-r--r--source/blender/blenkernel/intern/pbvh_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/pbvh_intern.h b/source/blender/blenkernel/intern/pbvh_intern.h
index d3e42ac7705..7397f939894 100644
--- a/source/blender/blenkernel/intern/pbvh_intern.h
+++ b/source/blender/blenkernel/intern/pbvh_intern.h
@@ -160,6 +160,7 @@ struct PBVH {
bool deformed;
bool show_mask;
bool show_face_sets;
+ bool respect_hide;
/* Dynamic topology */
BMesh *bm;