Blender V4.3
usd_mesh_utils.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#include <pxr/usd/usdGeom/primvar.h>
6
7struct Mesh;
8
9namespace blender::io::usd {
10
12 const pxr::UsdGeomPrimvar &primvar,
13 double motionSampleTime,
14 bool is_left_handed);
15
16} // namespace blender::io::usd
void read_generic_mesh_primvar(Mesh *mesh, const pxr::UsdGeomPrimvar &primvar, const double motionSampleTime, const bool is_left_handed)