Blender
V4.3
source
blender
io
stl
exporter
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
13
struct
bContext
;
14
struct
Depsgraph;
15
16
namespace
blender::io::stl
{
17
18
void
exporter_main
(
const
bContext
*C,
const
STLExportParams
&export_params);
19
void
export_frame
(Depsgraph *
depsgraph
,
20
float
scene_unit_scale,
21
const
STLExportParams
&export_params);
22
23
}
// namespace blender::io::stl
IO_stl.hh
depsgraph
const Depsgraph * depsgraph
Definition
deg_eval_copy_on_write.cc:494
blender::io::stl
Definition
stl_export.cc:38
blender::io::stl::export_frame
void export_frame(Depsgraph *depsgraph, float scene_unit_scale, const STLExportParams &export_params)
Definition
stl_export.cc:40
blender::io::stl::exporter_main
void exporter_main(const bContext *C, const STLExportParams &export_params)
Definition
stl_export.cc:155
STLExportParams
Definition
IO_stl.hh:34
bContext
Definition
blenkernel/intern/context.cc:61
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0