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:
authorCampbell Barton <ideasman42@gmail.com>2018-12-27 05:14:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-27 05:14:37 +0300
commit73c46431799c85e83401e20cdc5816b3c76c1fd1 (patch)
tree0bd4a8e1d2ed55ecf86f227101a2cb61b4a28708 /source/blender/depsgraph/intern/depsgraph.cc
parentff0285c4763ab3781604a71b34930eacb743572c (diff)
Cleanup: style
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.cc b/source/blender/depsgraph/intern/depsgraph.cc
index 006e246e287..2982225bc3a 100644
--- a/source/blender/depsgraph/intern/depsgraph.cc
+++ b/source/blender/depsgraph/intern/depsgraph.cc
@@ -152,7 +152,8 @@ static bool pointer_to_component_node_criteria(
*subdata = pchan->name;
/* But B-Bone properties should connect to the actual operation. */
if (!ELEM(NULL, pchan->bone, prop) && pchan->bone->segments > 1 &&
- STRPREFIX(RNA_property_identifier(prop), "bbone_")) {
+ STRPREFIX(RNA_property_identifier(prop), "bbone_"))
+ {
*operation_code = DEG_OPCODE_BONE_SEGMENTS;
}
}