Blender
V3.3
|
#include <DNA_gpencil_types.h>
Public Attributes | |
int | frameid |
int | onion_id |
struct bGPDframe * | gpf_orig |
Definition at line 385 of file DNA_gpencil_types.h.
int bGPDframe_Runtime::frameid |
Index of this frame in the listbase of frames.
Definition at line 389 of file DNA_gpencil_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 394 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_layer_original_pointers_update(), copy_frame_to_eval_cb(), gpencil_sculpt_brush_do_frame(), and gpencil_update_on_write_frame_cb().
int bGPDframe_Runtime::onion_id |
Onion offset from active frame. 0 if not onion. INT_MAX to bypass frame.
Definition at line 391 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_visible_stroke_advanced_iter(), gpencil_edit_stroke_iter_cb(), gpencil_layer_cache_populate(), gpencil_layer_final_tint_and_alpha_get(), and gpencil_stroke_cache_populate().