Blender
V5.0
source
blender
io
ply
exporter
ply_export_load_plydata.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
8
9
#pragma once
10
11
struct
Depsgraph;
12
struct
PLYExportParams
;
13
14
namespace
blender::io::ply
{
15
16
struct
PlyData
;
17
18
void
load_plydata
(
PlyData
&plyData, Depsgraph *
depsgraph
,
const
PLYExportParams &export_params);
19
20
}
// namespace blender::io::ply
depsgraph
BPy_StructRNA * depsgraph
Definition
bpy_driver.cc:173
blender::io::ply
Definition
ply_export.cc:29
blender::io::ply::load_plydata
void load_plydata(PlyData &plyData, Depsgraph *depsgraph, const PLYExportParams &export_params)
Definition
ply_export_load_plydata.cc:326
PLYExportParams
Definition
IO_ply.hh:27
blender::io::ply::PlyData
Definition
ply_data.hh:28
Generated on
for Blender by
doxygen
1.16.1