Blender
V4.3
source
blender
io
collada
collada.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#include <stdlib.h>
12
13
#include "
ExportSettings.h
"
14
#include "
ImportSettings.h
"
15
16
#include "
BLI_linklist.h
"
17
#include "
BLI_path_utils.hh
"
18
#include "
RNA_types.hh
"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
struct
bContext
;
25
26
/*
27
* both return 1 on success, 0 on error
28
*/
29
int
collada_import
(
struct
bContext
*C,
ImportSettings
*import_settings);
30
31
int
collada_export
(
struct
bContext
*C,
ExportSettings
*export_settings);
32
33
#ifdef __cplusplus
34
}
35
#endif
BLI_linklist.h
BLI_path_utils.hh
ExportSettings.h
ImportSettings.h
RNA_types.hh
collada_export
int collada_export(struct bContext *C, ExportSettings *export_settings)
Definition
collada.cpp:60
collada_import
int collada_import(struct bContext *C, ImportSettings *import_settings)
Definition
collada.cpp:50
ExportSettings
Definition
ExportSettings.h:44
ImportSettings
Definition
ImportSettings.h:11
bContext
Definition
blenkernel/intern/context.cc:61
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0