|
Blender V4.3
|
Public Attributes | |
| pxr::VtArray< pxr::GfVec3f > | points |
| pxr::VtIntArray | face_vertex_counts |
| pxr::VtIntArray | face_indices |
| Map< short, pxr::VtIntArray > | face_groups |
| pxr::VtIntArray | crease_lengths |
| pxr::VtIntArray | crease_vertex_indices |
| pxr::VtFloatArray | crease_sharpnesses |
| pxr::VtIntArray | corner_indices |
| pxr::VtFloatArray | corner_sharpnesses |
Definition at line 285 of file usd_writer_mesh.cc.
| pxr::VtIntArray blender::io::usd::USDMeshData::corner_indices |
Definition at line 309 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_vert_creases().
| pxr::VtFloatArray blender::io::usd::USDMeshData::corner_sharpnesses |
Definition at line 311 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_vert_creases().
| pxr::VtIntArray blender::io::usd::USDMeshData::crease_lengths |
Definition at line 295 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_edge_creases().
| pxr::VtFloatArray blender::io::usd::USDMeshData::crease_sharpnesses |
Definition at line 305 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_edge_creases().
| pxr::VtIntArray blender::io::usd::USDMeshData::crease_vertex_indices |
Definition at line 298 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_edge_creases().
| Map<short, pxr::VtIntArray> blender::io::usd::USDMeshData::face_groups |
Definition at line 289 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_loops_polys().
| pxr::VtIntArray blender::io::usd::USDMeshData::face_indices |
Definition at line 288 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_loops_polys().
| pxr::VtIntArray blender::io::usd::USDMeshData::face_vertex_counts |
Definition at line 287 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_loops_polys().
| pxr::VtArray<pxr::GfVec3f> blender::io::usd::USDMeshData::points |
Definition at line 286 of file usd_writer_mesh.cc.
Referenced by blender::io::usd::get_positions().