Blender  V3.3
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 385 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 389 of file DNA_gpencil_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 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().

◆ onion_id

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


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