|
Blender
V2.93
|
#include <DNA_gpencil_types.h>
Public Attributes | |
| int | frameid |
| int | onion_id |
| struct bGPDframe * | gpf_orig |
Definition at line 383 of file DNA_gpencil_types.h.
| int bGPDframe_Runtime::frameid |
Index of this frame in the listbase of frames.
Definition at line 385 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_visible_stroke_iter().
| struct bGPDframe* bGPDframe_Runtime::gpf_orig |
Original frame (used to dereference evaluated data)
Definition at line 390 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_update_orig_pointers(), and gpencil_copy_activeframe_to_eval().
| int bGPDframe_Runtime::onion_id |
Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.
Definition at line 387 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_visible_stroke_iter(), gpencil_edit_stroke_iter_cb(), gpencil_layer_cache_populate(), gpencil_layer_final_tint_and_alpha_get(), and gpencil_stroke_cache_populate().