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, 2 insertions, 3 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index eb3964f9cb7..89853b8849f 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -64,9 +64,7 @@ int collada_import(struct bContext *C,
int keep_bind_info);
-int collada_export(const struct EvaluationContext *eval_ctx,
- struct Scene *sce,
- struct ViewLayer *view_layer,
+int collada_export(struct bContext *C,
const char *filepath,
int apply_modifiers,
BC_export_mesh_type export_mesh_type,
@@ -76,6 +74,7 @@ int collada_export(const struct EvaluationContext *eval_ctx,
int include_armatures,
int include_shapekeys,
int deform_bones_only,
+ int sampling_rate,
int active_uv_only,
int include_material_textures,