Blender  V3.3
Public Attributes | List of all members
bGPundonode Struct Reference

Public Attributes

struct bGPundonodenext
 
struct bGPundonodeprev
 
char name [BKE_UNDO_STR_MAX]
 
struct bGPdatagpd
 

Detailed Description

Definition at line 34 of file gpencil_undo.c.

Member Data Documentation

◆ gpd

struct bGPdata* bGPundonode::gpd

Definition at line 38 of file gpencil_undo.c.

Referenced by ED_undo_gpencil_step(), gpencil_undo_free_node(), and gpencil_undo_push().

◆ name

char bGPundonode::name[BKE_UNDO_STR_MAX]

Definition at line 37 of file gpencil_undo.c.

◆ next

struct bGPundonode* bGPundonode::next

Definition at line 35 of file gpencil_undo.c.

Referenced by ED_undo_gpencil_step(), gpencil_undo_finish(), and gpencil_undo_push().

◆ prev

struct bGPundonode * bGPundonode::prev

Definition at line 35 of file gpencil_undo.c.

Referenced by ED_undo_gpencil_step(), and gpencil_undo_push().


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