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-11-20 21:25:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-20 21:25:52 +0300
commit5aa728ec7eb8833daeb602ed4e8ccffff58880f2 (patch)
tree17812d772c38fee090cd5dbebdf489f7bc97a86d /source/blender/editors/transform
parentec908beab321853e7d018d1d0b1450f4aef89a51 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/transform')
-rw-r--r--source/blender/editors/transform/transform_gizmo_3d.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/editors/transform/transform_gizmo_3d.c b/source/blender/editors/transform/transform_gizmo_3d.c
index db8b3495826..6f3cef7c09d 100644
--- a/source/blender/editors/transform/transform_gizmo_3d.c
+++ b/source/blender/editors/transform/transform_gizmo_3d.c
@@ -899,11 +899,11 @@ int ED_transform_calc_gizmo_stats(
totsel++;
}
if ((ebo->flag & BONE_ROOTSEL) &&
- /* don't include same point multiple times */
- ((ebo->flag & BONE_CONNECTED) &&
- (ebo->parent != NULL) &&
- (ebo->parent->flag & BONE_TIPSEL) &&
- EBONE_VISIBLE(arm, ebo->parent)) == 0)
+ /* don't include same point multiple times */
+ ((ebo->flag & BONE_CONNECTED) &&
+ (ebo->parent != NULL) &&
+ (ebo->parent->flag & BONE_TIPSEL) &&
+ EBONE_VISIBLE(arm, ebo->parent)) == 0)
{
calc_tw_center_with_matrix(tbounds, ebo->head, use_mat_local, mat_local);
totsel++;