[Bf-blender-cvs] [af6df8416e4] master: Cleanup: Indentation

Sergey Sharybin noreply at git.blender.org
Mon Apr 1 16:34:01 CEST 2019


Commit: af6df8416e4f09ba6dfa3ff58ace0cb770a44316
Author: Sergey Sharybin
Date:   Mon Apr 1 16:33:28 2019 +0200
Branches: master
https://developer.blender.org/rBaf6df8416e4f09ba6dfa3ff58ace0cb770a44316

Cleanup: Indentation

Got broken in the previous commit somehow.

===================================================================

M	source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc

===================================================================

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 152c8a168a7..35652ebb53e 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc
@@ -339,7 +339,7 @@ void DepsgraphRelationBuilder::build_rig(Object *object)
 	add_relation(armature_key, pose_init_key, "Data dependency");
 	/* Run cleanup even when there are no bones. */
 	add_relation(pose_init_key, pose_cleanup_key, "Init -> Cleanup");
-		/* IK Solvers.
+	/* IK Solvers.
 	 *
 	 * - These require separate processing steps are pose-level to be executed
 	 *   between chains of bones (i.e. once the base transforms of a bunch of



More information about the Bf-blender-cvs mailing list