From adf3a5e33229633be9b3ea3639a1baa6596ec7ff Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Fri, 22 Jun 2012 16:16:58 +0000 Subject: Collada: (Export) Added export of surface textures, and control over exported uv layers --- source/blender/collada/collada.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/collada/collada.h') diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h index 63f791ba80e..d136914e484 100644 --- a/source/blender/collada/collada.h +++ b/source/blender/collada/collada.h @@ -57,6 +57,10 @@ int collada_export(Scene *sce, int include_armatures, int deform_bones_only, + int active_uv, + int include_textures, + int use_texture_copies, + int use_object_instantiation, int sort_by_name, int second_life); -- cgit v1.2.3