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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-02-22 16:07:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-02-22 16:07:08 +0300
commit3d1c0afe0e6cf12c00b761431360d7a0347c91cc (patch)
tree520cf7e999eab1650dfde814a044a09511ec70a0 /source/blender/depsgraph
parent62b3522da209edbad89276bb5a223bf30a398fcd (diff)
Depsgraph: Remove unused bmain from modifiers relations update context
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
index abb1e3674a7..0d85b1dfc93 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
@@ -1540,7 +1540,6 @@ void DepsgraphRelationBuilder::build_obdata_geom(Object *object)
DEG_NODE_TYPE_GEOMETRY,
DEG_OPCODE_GEOMETRY_UBEREVAL);
ModifierUpdateDepsgraphContext ctx = {};
- ctx.bmain = bmain_;
ctx.scene = scene_;
ctx.object = object;