|
Blender
V2.93
|
#include <transform.h>
Public Attributes | |
| union { | |
| TransCustomData mode | |
| TransCustomData first_elem | |
| }; | |
| TransCustomData | type |
Rule of thumb for choosing between mode/type:
mode (typically in transform.c).type (typically in transform_conversion.c). Definition at line 423 of file transform.h.
| union { ... } |
Owned by the mode (grab, scale, bend... ).
| TransCustomData TransCustomDataContainer::first_elem |
Definition at line 426 of file transform.h.
Referenced by freeTransCustomDataContainer().
| TransCustomData TransCustomDataContainer::mode |
Definition at line 426 of file transform.h.
Referenced by edge_slide_snap_apply(), edgeSlideFirstGet(), freeCustomNormalArray(), storeCustomLNorValue(), and vert_slide_snap_apply().
| TransCustomData TransCustomDataContainer::type |
Definition at line 428 of file transform.h.
Referenced by cancelTransTracking(), createTransActionData(), createTransMaskingData(), createTransNlaData(), createTransPaintCurveVerts(), createTransSeqData(), createTransTrackingCurvesData(), createTransTrackingTracksData(), flushTransGraphData(), flushTransIntFrameActionData(), flushTransMasking(), flushTransPaintCurve(), flushTransTracking(), mesh_customdatacorrect_init_container(), pose_transform_mirror_update(), restoreBones(), and restoreMirrorPoseBones().