|
Blender
V2.59
|
#include <BKE_bmeshCustomData.h>
Public Attributes | |
| struct BME_CustomDataLayer * | layers |
| struct BLI_mempool * | pool |
| int | totlayer |
| int | totsize |
Definition at line 65 of file BKE_bmeshCustomData.h.
Definition at line 66 of file BKE_bmeshCustomData.h.
Referenced by BME_CD_copy_data(), BME_CD_Create(), BME_CD_free_block(), and BME_CD_set_default().
| struct BLI_mempool* BME_CustomData::pool |
Definition at line 67 of file BKE_bmeshCustomData.h.
Referenced by BME_CD_alloc_block(), BME_CD_Create(), BME_CD_Free(), and BME_CD_free_block().
Definition at line 68 of file BKE_bmeshCustomData.h.
Referenced by BME_CD_copy_data(), BME_CD_Create(), BME_CD_free_block(), and BME_CD_set_default().
Definition at line 68 of file BKE_bmeshCustomData.h.
Referenced by BME_CD_alloc_block(), and BME_CD_Create().