From 8d42c2f3ea4b37c6a538b2b01e4d00f98ca96100 Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Sat, 29 Nov 2014 13:24:26 +0100 Subject: Improved Collada Armature Import Collada does not support Bone length. It has only Joints. This patch tries to improve the necessary "guesswork" for importing Rigs. Differential Revision: https://developer.blender.org/D920 --- source/blender/collada/collada.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/collada/collada.h') diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h index 524c704cdee..0a2713b1db5 100644 --- a/source/blender/collada/collada.h +++ b/source/blender/collada/collada.h @@ -55,7 +55,9 @@ struct Scene; */ int collada_import(struct bContext *C, const char *filepath, - int import_units); + int import_units, + int find_chains, + int min_chain_length); int collada_export(struct Scene *sce, const char *filepath, -- cgit v1.2.3