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.h4
1 files changed, 4 insertions, 0 deletions
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);