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-04-04 11:16:38 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-04-04 11:16:38 +0300
commitd54a058f35d3fa9cf7d78042e7119532fc93c33b (patch)
tree5be10f46dbc320f9c81abca77e730973fdc92145 /source/blender/depsgraph/intern
parenteaf8608ba5e949f0bc81a57bc54822d4283a312a (diff)
parentf913e6909353aab51f2b1381799130be4f8b5625 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/depsgraph/intern')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
index c8fbc5e2e9a..2147ffce7b8 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
@@ -431,6 +431,7 @@ void DepsgraphRelationBuilder::build_rig(Object *object)
/* assume that all bones must be done for the pose to be ready (for deformers) */
add_relation(bone_done_key, flush_key, "PoseEval Result-Bone Link");
+
/* Custom shape. */
if (pchan->custom != NULL) {
build_object(NULL, pchan->custom);