|
Blender
V2.93
|
#include <DNA_gpencil_types.h>
Public Attributes | |
| int | icon_id |
| char | _pad [4] |
| struct bGPDlayer * | gpl_orig |
Definition at line 445 of file DNA_gpencil_types.h.
| char bGPDlayer_Runtime::_pad[4] |
Definition at line 448 of file DNA_gpencil_types.h.
| struct bGPDlayer* bGPDlayer_Runtime::gpl_orig |
Original layer (used to dereference evaluated data)
Definition at line 450 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_update_orig_pointers(), and ED_gpencil_select_stroke_segment().
| int bGPDlayer_Runtime::icon_id |
Id for dynamic icon used to show annotation color preview for layer.
Definition at line 447 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_layer_delete(), BKE_icon_gplayer_color_ensure(), and icon_gplayer_color_ensure_create_icon().