Blender V5.0
MeshToBMeshLayerInfo Struct Reference

Public Attributes

eCustomDataType type
int bmesh_offset
const void * mesh_data
size_t elem_size

Detailed Description

Definition at line 159 of file bmesh_mesh_convert.cc.

Member Data Documentation

◆ bmesh_offset

int MeshToBMeshLayerInfo::bmesh_offset

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

Definition at line 162 of file bmesh_mesh_convert.cc.

Referenced by mesh_to_bm_copy_info_calc().

◆ elem_size

size_t MeshToBMeshLayerInfo::elem_size

The size of every custom data element.

Definition at line 166 of file bmesh_mesh_convert.cc.

Referenced by mesh_to_bm_copy_info_calc().

◆ mesh_data

const void* MeshToBMeshLayerInfo::mesh_data

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

Definition at line 164 of file bmesh_mesh_convert.cc.

Referenced by mesh_to_bm_copy_info_calc().

◆ type

eCustomDataType MeshToBMeshLayerInfo::type

Definition at line 160 of file bmesh_mesh_convert.cc.

Referenced by mesh_to_bm_copy_info_calc().


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