|
Blender V4.3
|
#include <BKE_undo_system.hh>
Public Attributes | |
| struct ID * | ptr |
| char | name [MAX_ID_NAME] |
| char | library_filepath_abs [FILE_MAX] |
Definition at line 28 of file BKE_undo_system.hh.
| char UndoRefID::library_filepath_abs[FILE_MAX] |
Definition at line 31 of file BKE_undo_system.hh.
Referenced by undosys_id_ref_resolve(), and undosys_id_ref_store().
| char UndoRefID::name[MAX_ID_NAME] |
Definition at line 30 of file BKE_undo_system.hh.
Referenced by undosys_id_ref_resolve(), and undosys_id_ref_store().
| struct ID* UndoRefID::ptr |
Definition at line 29 of file BKE_undo_system.hh.
Referenced by undosys_id_ref_resolve(), and undosys_id_ref_store().