Blender
V2.93
source
blender
io
collada
DocumentExporter.h
Go to the documentation of this file.
1
/*
2
* This program is free software; you can redistribute it and/or
3
* modify it under the terms of the GNU General Public License
4
* as published by the Free Software Foundation; either version 2
5
* of the License, or (at your option) any later version.
6
*
7
* This program is distributed in the hope that it will be useful,
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
* GNU General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License
13
* along with this program; if not, write to the Free Software Foundation,
14
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15
*/
16
21
#pragma once
22
23
#include "
BlenderContext.h
"
24
#include "
collada.h
"
25
#include "
collada_utils.h
"
26
27
#include "
DNA_customdata_types.h
"
28
29
class
DocumentExporter
{
30
public
:
31
DocumentExporter
(BlenderContext &blender_context,
ExportSettings
*export_settings);
32
int
exportCurrentScene
();
33
void
exportScenes
(
const
char
*filename);
34
35
private
:
36
BlenderContext &blender_context;
37
BCExportSettings export_settings;
38
KeyImageMap
key_image_map;
39
};
BlenderContext.h
DNA_customdata_types.h
DocumentExporter
Definition:
DocumentExporter.h:29
DocumentExporter::exportScenes
void exportScenes(const char *filename)
Definition:
DocumentExporter.cpp:326
DocumentExporter::DocumentExporter
DocumentExporter(BlenderContext &blender_context, ExportSettings *export_settings)
Definition:
DocumentExporter.cpp:147
DocumentExporter::exportCurrentScene
int exportCurrentScene()
Definition:
DocumentExporter.cpp:177
collada.h
collada_utils.h
KeyImageMap
std::map< std::string, Image * > KeyImageMap
Definition:
collada_utils.h:70
ExportSettings
Definition:
ExportSettings.h:56
Generated on Tue Jan 31 2023 14:37:24 for Blender by
doxygen
1.9.1