|
Blender V4.3
|
Public Attributes | |
| EditBone * | act_edbone |
| char | active_collection_name [MAX_NAME] |
| ListBase | ebones |
| BoneCollection ** | collection_array |
| int | collection_array_num |
| int | collection_root_count |
| size_t | undo_size |
Definition at line 72 of file editarmature_undo.cc.
| EditBone* UndoArmature::act_edbone |
Definition at line 73 of file editarmature_undo.cc.
Referenced by undoarm_from_editarm(), and undoarm_to_editarm().
| char UndoArmature::active_collection_name[MAX_NAME] |
Definition at line 74 of file editarmature_undo.cc.
Referenced by undoarm_from_editarm(), and undoarm_to_editarm().
| BoneCollection** UndoArmature::collection_array |
Definition at line 76 of file editarmature_undo.cc.
Referenced by undoarm_free_data(), undoarm_from_editarm(), and undoarm_to_editarm().
| int UndoArmature::collection_array_num |
Definition at line 77 of file editarmature_undo.cc.
Referenced by undoarm_free_data(), undoarm_from_editarm(), and undoarm_to_editarm().
| int UndoArmature::collection_root_count |
Definition at line 78 of file editarmature_undo.cc.
Referenced by undoarm_from_editarm(), and undoarm_to_editarm().
| ListBase UndoArmature::ebones |
Definition at line 75 of file editarmature_undo.cc.
Referenced by undoarm_free_data(), undoarm_from_editarm(), and undoarm_to_editarm().
| size_t UndoArmature::undo_size |
Definition at line 79 of file editarmature_undo.cc.
Referenced by armature_undosys_step_encode(), and undoarm_from_editarm().