Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/collada/collada.h')
-rw-r--r--source/blender/collada/collada.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index d136914e484..13f8151da3d 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -57,8 +57,9 @@ int collada_export(Scene *sce,
int include_armatures,
int deform_bones_only,
- int active_uv,
- int include_textures,
+ int active_uv_only,
+ int include_uv_textures,
+ int include_material_textures,
int use_texture_copies,
int use_object_instantiation,