|
Blender V4.3
|
#include <gpencil_engine.h>
Public Attributes | |
| struct BLI_memblock * | gp_object_pool |
| struct BLI_memblock * | gp_layer_pool |
| struct BLI_memblock * | gp_vfx_pool |
| struct BLI_memblock * | gp_material_pool |
| struct BLI_memblock * | gp_light_pool |
| struct BLI_memblock * | gp_maskbit_pool |
Definition at line 73 of file gpencil_engine.h.
| struct BLI_memblock* GPENCIL_ViewLayerData::gp_layer_pool |
Definition at line 77 of file gpencil_engine.h.
Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().
| struct BLI_memblock* GPENCIL_ViewLayerData::gp_light_pool |
Definition at line 83 of file gpencil_engine.h.
Referenced by GPENCIL_engine_init(), GPENCIL_view_layer_data_ensure(), and gpencil_view_layer_data_free().
| struct BLI_memblock* GPENCIL_ViewLayerData::gp_maskbit_pool |
Definition at line 85 of file gpencil_engine.h.
Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().
| struct BLI_memblock* GPENCIL_ViewLayerData::gp_material_pool |
Definition at line 81 of file gpencil_engine.h.
Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().
| struct BLI_memblock* GPENCIL_ViewLayerData::gp_object_pool |
Definition at line 75 of file gpencil_engine.h.
Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().
| struct BLI_memblock* GPENCIL_ViewLayerData::gp_vfx_pool |
Definition at line 79 of file gpencil_engine.h.
Referenced by GPENCIL_engine_init(), and gpencil_view_layer_data_free().