From f1bd96a9abc92defedcdfd9a0d57aa41277e8767 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 26 Feb 2018 19:33:53 +1100 Subject: Revert "changing collada parameters" This reverts commit d91f2ac37aa02d96a00d116fa55cdc9f55afd32c. This change makes scene.collada_export() meaningless (ignoring the scene the method is being run on). --- source/blender/collada/collada.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/collada/collada.h') diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h index e546e1f1056..a8f082f630c 100644 --- a/source/blender/collada/collada.h +++ b/source/blender/collada/collada.h @@ -67,7 +67,7 @@ int collada_import(struct bContext *C, int keep_bind_info); -int collada_export(struct bContext *C, +int collada_export(struct Scene *sce, const char *filepath, int apply_modifiers, BC_export_mesh_type export_mesh_type, -- cgit v1.2.3