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:
authorAlexander Gavrilov <angavrilov@gmail.com>2018-11-23 18:28:36 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2018-11-23 18:37:28 +0300
commit1cc7bcd8d8495e68160501d099defbb3986ba314 (patch)
tree9397a398d9cbaa383f703fbe00f8de2649527c4f /source/blender/editors/include/ED_view3d.h
parentd891c8f1f802f91629ca63c149f126fd19f9a5d9 (diff)
Add missing COW updates when selection changes in paint modes.
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index cdbef05a34b..b1d450e2dd9 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -75,6 +75,7 @@ enum eGPUFXFlags;
/* for derivedmesh drawing callbacks, for view3d_select, .... */
typedef struct ViewContext {
+ struct bContext *C;
struct Main *bmain;
struct Depsgraph *depsgraph;
struct Scene *scene;