|
Blender
V2.93
|
Public Attributes | |
| struct bGPundonode * | next |
| struct bGPundonode * | prev |
| char | name [BKE_UNDO_STR_MAX] |
| struct bGPdata * | gpd |
Definition at line 50 of file gpencil_undo.c.
| struct bGPdata* bGPundonode::gpd |
Definition at line 54 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 53 of file gpencil_undo.c.
| struct bGPundonode* bGPundonode::next |
Definition at line 51 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 51 of file gpencil_undo.c.
Referenced by ED_undo_gpencil_step(), and gpencil_undo_push().