Blender
V3.3
source
blender
io
stl
importer
stl_import.hh
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
#include "
IO_stl.h
"
10
11
namespace
blender::io::stl
{
12
13
void
stl_import_report_error
(FILE *
file
);
14
15
/* Main import function used from within Blender. */
16
void
importer_main
(
bContext
*C,
const
STLImportParams
&import_params);
17
18
/* Used from tests, where full bContext does not exist. */
19
void
importer_main
(
Main
*bmain,
20
Scene
*
scene
,
21
ViewLayer
*view_layer,
22
const
STLImportParams
&import_params);
23
24
}
// namespace blender::io::stl
IO_stl.h
file
FILE * file
Definition:
deg_debug_stats_gnuplot.cc:29
scene
Scene scene
Definition:
deg_eval_copy_on_write.cc:106
blender::io::stl
Definition:
stl_import.cc:30
blender::io::stl::importer_main
void importer_main(bContext *C, const STLImportParams &import_params)
Definition:
stl_import.cc:43
blender::io::stl::stl_import_report_error
void stl_import_report_error(FILE *file)
Definition:
stl_import.cc:32
Main
Definition:
BKE_main.h:121
STLImportParams
Definition:
IO_stl.h:17
Scene
Definition:
DNA_scene_types.h:1739
ViewLayer
Definition:
DNA_layer_types.h:143
bContext
Definition:
context.c:56
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1