Blender V4.3
stl_export.hh
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 "IO_stl.hh"
12
13struct bContext;
14struct Depsgraph;
15
16namespace blender::io::stl {
17
18void exporter_main(const bContext *C, const STLExportParams &export_params);
19void export_frame(Depsgraph *depsgraph,
20 float scene_unit_scale,
21 const STLExportParams &export_params);
22
23} // namespace blender::io::stl
const Depsgraph * depsgraph
void export_frame(Depsgraph *depsgraph, float scene_unit_scale, const STLExportParams &export_params)
Definition stl_export.cc:40
void exporter_main(const bContext *C, const STLExportParams &export_params)