Blender
V3.3
source
blender
io
wavefront_obj
importer
obj_importer.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_wavefront_obj.h
"
10
11
namespace
blender::io::obj
{
12
13
/* Main import function used from within Blender. */
14
void
importer_main
(
bContext
*C,
const
OBJImportParams
&import_params);
15
16
/* Used from tests, where full bContext does not exist. */
17
void
importer_main
(
Main
*bmain,
18
Scene
*
scene
,
19
ViewLayer
*view_layer,
20
const
OBJImportParams
&import_params,
21
size_t
read_buffer_size = 64 * 1024);
22
23
}
// namespace blender::io::obj
IO_wavefront_obj.h
scene
Scene scene
Definition:
deg_eval_copy_on_write.cc:106
blender::io::obj
Definition:
obj_export_file_writer.cc:26
blender::io::obj::importer_main
void importer_main(bContext *C, const OBJImportParams &import_params)
Definition:
obj_importer.cc:94
Main
Definition:
BKE_main.h:121
OBJImportParams
Definition:
IO_wavefront_obj.h:66
Scene
Definition:
DNA_scene_types.h:1739
ViewLayer
Definition:
DNA_layer_types.h:143
bContext
Definition:
context.c:56
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1