Blender  V2.93
Public Attributes | List of all members
bGPDframe_Runtime Struct Reference

#include <DNA_gpencil_types.h>

Public Attributes

int frameid
 
int onion_id
 
struct bGPDframegpf_orig
 

Detailed Description

Definition at line 383 of file DNA_gpencil_types.h.

Member Data Documentation

◆ frameid

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

◆ gpf_orig

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

◆ onion_id

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


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