Blender
V3.3
source
blender
io
stl
IO_stl.cc
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#include "
BLI_timeit.hh
"
8
9
#include "
IO_stl.h
"
10
#include "
stl_import.hh
"
11
12
void
STL_import
(
bContext
*
C
,
const
struct
STLImportParams
*import_params)
13
{
14
SCOPED_TIMER
(
"STL Import"
);
15
blender::io::stl::importer_main
(
C
, *import_params);
16
}
BLI_timeit.hh
SCOPED_TIMER
#define SCOPED_TIMER(name)
Definition:
BLI_timeit.hh:68
STL_import
void STL_import(bContext *C, const struct STLImportParams *import_params)
Definition:
IO_stl.cc:12
IO_stl.h
C
#define C
Definition:
RandGen.cpp:25
blender::io::stl::importer_main
void importer_main(bContext *C, const STLImportParams &import_params)
Definition:
stl_import.cc:43
stl_import.hh
STLImportParams
Definition:
IO_stl.h:17
bContext
Definition:
context.c:56
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1