Blender V4.3
bGPDframe_Runtime Struct Reference

#include <DNA_gpencil_legacy_types.h>

Public Attributes

int frameid
 
int onion_id
 
struct bGPDframegpf_orig
 

Detailed Description

Definition at line 397 of file DNA_gpencil_legacy_types.h.

Member Data Documentation

◆ frameid

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().

◆ gpf_orig

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().

◆ onion_id

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().


The documentation for this struct was generated from the following file: