Blender V5.0
BMeshToMeshLayerInfo Struct Reference

Public Attributes

eCustomDataType type
int bmesh_offset
void * mesh_data
size_t elem_size

Detailed Description

Definition at line 1064 of file bmesh_mesh_convert.cc.

Member Data Documentation

◆ bmesh_offset

int BMeshToMeshLayerInfo::bmesh_offset

The layer's position in the BMesh element's data block.

Definition at line 1067 of file bmesh_mesh_convert.cc.

Referenced by bm_to_mesh_copy_info_calc().

◆ elem_size

size_t BMeshToMeshLayerInfo::elem_size

The size of every custom data element.

Definition at line 1071 of file bmesh_mesh_convert.cc.

Referenced by bm_to_mesh_copy_info_calc().

◆ mesh_data

void* BMeshToMeshLayerInfo::mesh_data

The mesh's CustomDataLayer::data. When null, the BMesh block is set to its default value.

Definition at line 1069 of file bmesh_mesh_convert.cc.

Referenced by bm_to_mesh_copy_info_calc().

◆ type

eCustomDataType BMeshToMeshLayerInfo::type

Definition at line 1065 of file bmesh_mesh_convert.cc.

Referenced by bm_to_mesh_copy_info_calc().


The documentation for this struct was generated from the following file: