|
Blender V4.3
|
#include <DNA_gpencil_legacy_types.h>
Public Attributes | |
| int | icon_id |
| char | _pad [4] |
| struct bGPDlayer * | gpl_orig |
Runtime temp data for bGPDlayer.
Definition at line 466 of file DNA_gpencil_legacy_types.h.
| char bGPDlayer_Runtime::_pad[4] |
Definition at line 471 of file DNA_gpencil_legacy_types.h.
| struct bGPDlayer* bGPDlayer_Runtime::gpl_orig |
Original layer (used to dereference evaluated data)
Definition at line 473 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_data_update_orig_pointers().
| int bGPDlayer_Runtime::icon_id |
Id for dynamic icon used to show annotation color preview for layer.
Definition at line 470 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_layer_delete(), BKE_icon_gplayer_color_ensure(), and icon_gplayer_color_ensure_create_icon().