Blender
V3.3
|
Public Attributes | |
struct bGPundonode * | next |
struct bGPundonode * | prev |
char | name [BKE_UNDO_STR_MAX] |
struct bGPdata * | gpd |
Definition at line 34 of file gpencil_undo.c.
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().
char bGPundonode::name[BKE_UNDO_STR_MAX] |
Definition at line 37 of file gpencil_undo.c.
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().
struct bGPundonode * bGPundonode::prev |
Definition at line 35 of file gpencil_undo.c.
Referenced by ED_undo_gpencil_step(), and gpencil_undo_push().