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:
Diffstat (limited to 'source/blender/editors/object/object_vgroup.c')
-rw-r--r--source/blender/editors/object/object_vgroup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_vgroup.c b/source/blender/editors/object/object_vgroup.c
index c8ba9240db3..b31d2b8b076 100644
--- a/source/blender/editors/object/object_vgroup.c
+++ b/source/blender/editors/object/object_vgroup.c
@@ -1542,8 +1542,8 @@ void ED_vgroup_mirror(Object *ob, const short mirror_weights, const short flip_v
int *flip_map, flip_map_len;
const int def_nr = ob->actdef - 1;
- if ( (mirror_weights == 0 && flip_vgroups == 0) ||
- (BLI_findlink(&ob->defbase, def_nr) == NULL) )
+ if ((mirror_weights == 0 && flip_vgroups == 0) ||
+ (BLI_findlink(&ob->defbase, def_nr) == NULL))
{
return;
}