[Bf-blender-cvs] [b974d0da4d1] master: Depsgraph: Cleanup, indentation

Sergey Sharybin noreply at git.blender.org
Tue Jan 16 11:40:11 CET 2018


Commit: b974d0da4d10ccbec0b900c4c5f7abb51abb1101
Author: Sergey Sharybin
Date:   Tue Jan 16 11:40:02 2018 +0100
Branches: master
https://developer.blender.org/rBb974d0da4d10ccbec0b900c4c5f7abb51abb1101

Depsgraph: Cleanup, indentation

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

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

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

diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
index b6ef331442a..a6a38d033d4 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
@@ -1150,9 +1150,9 @@ void DepsgraphRelationBuilder::build_driver_variables(ID *id, FCurve *fcu)
 					continue;
 				}
 				OperationKey variable_key(dtar->id,
-				                        DEG_NODE_TYPE_BONE,
-				                        target_pchan->name,
-				                        DEG_OPCODE_BONE_DONE);
+				                          DEG_NODE_TYPE_BONE,
+				                          target_pchan->name,
+				                          DEG_OPCODE_BONE_DONE);
 				if (is_same_bone_dependency(variable_key, self_key)) {
 					continue;
 				}



More information about the Bf-blender-cvs mailing list