|
Blender V4.3
|
#include <DNA_gpencil_legacy_types.h>
Public Attributes | |
| int | frameid |
| int | onion_id |
| struct bGPDframe * | gpf_orig |
Definition at line 397 of file DNA_gpencil_legacy_types.h.
| int bGPDframe_Runtime::frameid |
Index of this frame in the listbase of frames.
Definition at line 401 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_visible_stroke_advanced_iter().
| struct bGPDframe* bGPDframe_Runtime::gpf_orig |
Original frame (used to dereference evaluated data)
Definition at line 406 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_layer_original_pointers_update().
| int bGPDframe_Runtime::onion_id |
Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.
Definition at line 403 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_visible_stroke_advanced_iter(), and gpencil_layer_final_tint_and_alpha_get().