Blender V4.3
DocumentExporter.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 "BlenderContext.h"
12#include "collada.h"
13#include "collada_utils.h"
14
16
18 public:
19 DocumentExporter(BlenderContext &blender_context, ExportSettings *export_settings);
21
22 private:
23 BlenderContext &blender_context;
24 BCExportSettings export_settings;
25 KeyImageMap key_image_map;
26};
DocumentExporter(BlenderContext &blender_context, ExportSettings *export_settings)
std::map< std::string, Image * > KeyImageMap