Blender
V3.3
|
Public Attributes | |
BPoint * | def |
int | pntsu |
int | pntsv |
int | pntsw |
int | actbp |
char | typeu |
char | typev |
char | typew |
float | fu |
float | fv |
float | fw |
float | du |
float | dv |
float | dw |
MDeformVert * | dvert |
size_t | undo_size |
Definition at line 52 of file editlattice_undo.c.
int UndoLattice::actbp |
Definition at line 54 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
BPoint* UndoLattice::def |
Definition at line 53 of file editlattice_undo.c.
Referenced by undolatt_free_data(), undolatt_from_editlatt(), and undolatt_to_editlatt().
float UndoLattice::du |
Definition at line 57 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
float UndoLattice::dv |
Definition at line 57 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
MDeformVert* UndoLattice::dvert |
Definition at line 58 of file editlattice_undo.c.
Referenced by undolatt_free_data(), undolatt_from_editlatt(), and undolatt_to_editlatt().
float UndoLattice::dw |
Definition at line 57 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
float UndoLattice::fu |
Definition at line 56 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
float UndoLattice::fv |
Definition at line 56 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
float UndoLattice::fw |
Definition at line 56 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
int UndoLattice::pntsu |
Definition at line 54 of file editlattice_undo.c.
Referenced by undolatt_free_data(), undolatt_from_editlatt(), and undolatt_to_editlatt().
int UndoLattice::pntsv |
Definition at line 54 of file editlattice_undo.c.
Referenced by undolatt_free_data(), undolatt_from_editlatt(), and undolatt_to_editlatt().
int UndoLattice::pntsw |
Definition at line 54 of file editlattice_undo.c.
Referenced by undolatt_free_data(), undolatt_from_editlatt(), and undolatt_to_editlatt().
char UndoLattice::typeu |
Definition at line 55 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
char UndoLattice::typev |
Definition at line 55 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
char UndoLattice::typew |
Definition at line 55 of file editlattice_undo.c.
Referenced by undolatt_from_editlatt(), and undolatt_to_editlatt().
size_t UndoLattice::undo_size |
Definition at line 59 of file editlattice_undo.c.
Referenced by lattice_undosys_step_encode(), and undolatt_from_editlatt().