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>2019-02-01 12:56:01 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-02-01 17:40:19 +0300
commit0d2dfd2e2d40ba28f877331b4fe3e1f86442bb55 (patch)
treefd600fd57fc9f270b9bf8bcb840ed06f289d40c9 /source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
parent4a3067410250eeae578b87a5d4f629fa1455bc43 (diff)
Depsgraph: Use operation code for armature evaluation
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc3
1 files changed, 1 insertions, 2 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 ec8a24707ab..1b0057d78fd 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
@@ -343,8 +343,7 @@ void DepsgraphRelationBuilder::build_rig(Object *object)
build_armature(armature);
OperationKey armature_key(&armature->id,
NodeType::PARAMETERS,
- OperationCode::PLACEHOLDER,
- "Armature Eval");
+ OperationCode::ARMATURE_EVAL);
add_relation(armature_key, pose_init_key, "Data dependency");
/* IK Solvers.
*