From 452df3f392e29f5f44883bb9cd3bc0c4e8a0ee62 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Feb 2019 01:21:09 +1100 Subject: Cleanup: comments --- source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/depsgraph') diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc b/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc index a179e27cbf4..5a94653fba0 100644 --- a/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc +++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc @@ -186,8 +186,8 @@ void DepsgraphNodeBuilder::build_rig(Object *object, bool is_object_visible) * - Acts to encapsulate the evaluation operations (base matrix + parenting, * and constraint stack) so that they can be easily found. * - Everything else which depends on bone-results hook up to the component - * only so that we can redirect those to point at either the the post-IK/ - * post-constraint/post-matrix steps, as needed. */ + * only so that we can redirect those to point at either the + * post-IK/post-constraint/post-matrix steps, as needed. */ /* Pose eval context. */ op_node = add_operation_node(&object->id, NodeType::EVAL_POSE, -- cgit v1.2.3