From c35f1d05eaa13348d4f33cdb44f6fb62f68e1ba3 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 9 Nov 2017 13:11:20 -0200 Subject: Farewell Scene->basact --- source/blender/editors/armature/armature_relations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/armature/armature_relations.c') diff --git a/source/blender/editors/armature/armature_relations.c b/source/blender/editors/armature/armature_relations.c index 51c9836c741..0705d17882c 100644 --- a/source/blender/editors/armature/armature_relations.c +++ b/source/blender/editors/armature/armature_relations.c @@ -403,7 +403,7 @@ int join_armature_exec(bContext *C, wmOperator *op) } /* Free the old object data */ - ED_base_object_free_and_unlink(bmain, scene, base->object); + ED_object_base_free_and_unlink(bmain, scene, base->object); } } CTX_DATA_END; -- cgit v1.2.3