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>2020-03-03 14:06:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-03 14:23:10 +0300
commitce2dc6ef2bce1fdd038989e0a7841600daccfd49 (patch)
tree17e83416a6fe99827941bff0dc5d7c3e510e6e0c /source/blender/editors/armature
parent582205c13449e41cc876d6df951c354e897419ea (diff)
Cleanup: formatting, spelling
Diffstat (limited to 'source/blender/editors/armature')
-rw-r--r--source/blender/editors/armature/armature_relations.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/armature/armature_relations.c b/source/blender/editors/armature/armature_relations.c
index b800714cd14..2c2bf3cd283 100644
--- a/source/blender/editors/armature/armature_relations.c
+++ b/source/blender/editors/armature/armature_relations.c
@@ -667,7 +667,8 @@ static int separate_armature_exec(bContext *C, wmOperator *op)
/* 2) duplicate base */
- /* Only duplicate linked armature but take into account user preferences for duplicating actions. */
+ /* Only duplicate linked armature but take into account
+ * user preferences for duplicating actions. */
short dupflag = USER_DUP_ARM | (U.dupflag & USER_DUP_ACT);
Base *base_new = ED_object_add_duplicate(bmain, scene, view_layer, base_old, dupflag);
Object *ob_new = base_new->object;