From ce2dc6ef2bce1fdd038989e0a7841600daccfd49 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Mar 2020 22:06:52 +1100 Subject: Cleanup: formatting, spelling --- source/blender/editors/armature/armature_relations.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/armature') 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; -- cgit v1.2.3