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:
authorDalai Felinto <dfelinto@gmail.com>2017-04-26 11:46:55 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-26 12:05:04 +0300
commitb27775138beedb20405756d5bbce01173b16fb74 (patch)
tree6d119e76c7110ac7e303f0425bad74538aa7b382 /source/blender/editors/include/ED_view3d.h
parentdc1f491a506deafbd80f13b20783e477ef5f99fd (diff)
Pass depsgraph via Context to selection code
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index ba85e2deb52..59e3852f284 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -40,6 +40,7 @@ struct BPoint;
struct BaseLegacy;
struct BezTriple;
struct BoundBox;
+struct Depsgraph;
struct EditBone;
struct ImBuf;
struct MVert;
@@ -70,6 +71,7 @@ enum eGPUFXFlags;
/* for derivedmesh drawing callbacks, for view3d_select, .... */
typedef struct ViewContext {
+ struct Depsgraph *depsgraph;
struct Scene *scene;
struct SceneLayer *scene_layer;
struct Object *obact;