Blender V4.3
UndoArmature Struct Reference

Public Attributes

EditBoneact_edbone
 
char active_collection_name [MAX_NAME]
 
ListBase ebones
 
BoneCollection ** collection_array
 
int collection_array_num
 
int collection_root_count
 
size_t undo_size
 

Detailed Description

Definition at line 72 of file editarmature_undo.cc.

Member Data Documentation

◆ act_edbone

EditBone* UndoArmature::act_edbone

Definition at line 73 of file editarmature_undo.cc.

Referenced by undoarm_from_editarm(), and undoarm_to_editarm().

◆ active_collection_name

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().

◆ collection_array

BoneCollection** UndoArmature::collection_array

◆ collection_array_num

int UndoArmature::collection_array_num

◆ collection_root_count

int UndoArmature::collection_root_count

Definition at line 78 of file editarmature_undo.cc.

Referenced by undoarm_from_editarm(), and undoarm_to_editarm().

◆ ebones

ListBase UndoArmature::ebones

◆ undo_size

size_t UndoArmature::undo_size

Definition at line 79 of file editarmature_undo.cc.

Referenced by armature_undosys_step_encode(), and undoarm_from_editarm().


The documentation for this struct was generated from the following file: