From 5f48930a7514922efe7cebda971bd758e3d6b8cf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Jan 2006 02:35:45 +0000 Subject: Moved Object.Join() into a function of an object. eg. ret_val = ob.join(objects) Now it dosent depend on the current selection, or change the selection context. Made respective join_* functions return 0 if the join was not mode, 1 when it workes. --- source/blender/include/BIF_editarmature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/include/BIF_editarmature.h') diff --git a/source/blender/include/BIF_editarmature.h b/source/blender/include/BIF_editarmature.h index baf215a4ce2..c8220fabe33 100644 --- a/source/blender/include/BIF_editarmature.h +++ b/source/blender/include/BIF_editarmature.h @@ -87,7 +87,7 @@ void subdivide_armature(void); void free_editArmature(void); -void join_armature(void); +int join_armature(void); void load_editArmature(void); void make_bone_parent(void); -- cgit v1.2.3