Blender V4.3
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
9#pragma once
10
11struct Depsgraph;
12struct PLYExportParams;
13
14namespace blender::io::ply {
15
16struct PlyData;
17
18void load_plydata(PlyData &plyData, Depsgraph *depsgraph, const PLYExportParams &export_params);
19
20} // namespace blender::io::ply
const Depsgraph * depsgraph
void load_plydata(PlyData &plyData, Depsgraph *depsgraph, const PLYExportParams &export_params)