![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| struct bGPundonode * | next |
| struct bGPundonode * | prev |
| char | name [MAXUNDONAME] |
| struct bGPdata * | gpd |
Definition at line 51 of file gpencil_undo.c.
| struct bGPdata* bGPundonode::gpd |
Definition at line 55 of file gpencil_undo.c.
Referenced by ED_undo_gpencil_step(), gpencil_undo_finish(), and gpencil_undo_push().
| char bGPundonode::name[MAXUNDONAME] |
Definition at line 54 of file gpencil_undo.c.
Referenced by ED_undo_gpencil_step().
| struct bGPundonode* bGPundonode::next |
Definition at line 52 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 52 of file gpencil_undo.c.
Referenced by ED_undo_gpencil_step().