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:
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.cc8
1 files changed, 1 insertions, 7 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 e3a2f8d786a..9b266041cc1 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
@@ -260,14 +260,8 @@ void DepsgraphRelationBuilder::build_splineik_pose(Object *object,
RELATION_FLAG_GODMODE);
/* Attach path dependency to solver. */
if (data->tar != NULL) {
- /* TODO(sergey): For until we'll store partial matricies in the
- * depsgraph, we create dependency between target object and pose eval
- * component. See IK pose for a bit more information. */
- /* TODO: the bigggest point here is that we need the curve PATH and not
- * just the general geometry. */
ComponentKey target_key(&data->tar->id, NodeType::GEOMETRY);
- ComponentKey pose_key(&object->id, NodeType::EVAL_POSE);
- add_relation(target_key, pose_key, "Curve.Path -> Spline IK");
+ add_relation(target_key, init_ik_key, "Curve.Path -> Spline IK");
}
pchan->flag |= POSE_DONE;
OperationKey final_transforms_key(