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-05-07 13:04:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-05-07 13:05:09 +0300
commitea1751a03855c428b2815d8086e353842268637f (patch)
tree4164fc6d57669c087e7de0ae1a0720bf794eb9c1 /source/blender/modifiers/intern/MOD_armature.c
parenta3b4c3823ca7e16e6414a1dc39454a18fddb8e77 (diff)
Fix T54594: Lattice with Armature modifier not updating correctly
Diffstat (limited to 'source/blender/modifiers/intern/MOD_armature.c')
-rw-r--r--source/blender/modifiers/intern/MOD_armature.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_armature.c b/source/blender/modifiers/intern/MOD_armature.c
index 22ec13cd0a0..579854be725 100644
--- a/source/blender/modifiers/intern/MOD_armature.c
+++ b/source/blender/modifiers/intern/MOD_armature.c
@@ -118,6 +118,7 @@ static void updateDepsgraph(ModifierData *md, const ModifierUpdateDepsgraphConte
DEG_add_object_relation(ctx->node, amd->object, DEG_OB_COMP_EVAL_POSE, "Armature Modifier");
DEG_add_object_relation(ctx->node, amd->object, DEG_OB_COMP_TRANSFORM, "Armature Modifier");
}
+ DEG_add_object_relation(ctx->node, ctx->object, DEG_OB_COMP_TRANSFORM, "Armature Modifier");
}
static void deformVerts(ModifierData *md, Object *ob,