Blender V4.3
ply_import_mesh.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
11#include "IO_ply.hh"
12#include "ply_data.hh"
13
14struct Mesh;
15
16namespace blender::io::ply {
17
22Mesh *convert_ply_to_mesh(PlyData &data, const PLYImportParams &params);
23
24} // namespace blender::io::ply
uiWidgetBaseParameters params[MAX_WIDGET_BASE_BATCH]
Mesh * convert_ply_to_mesh(PlyData &data, const PLYImportParams &params)