|
Blender
V3.3
|
#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 402 of file source/blender/editors/transform/transform.h.
| union { ... } |
Owned by the mode (grab, scale, bend... ).
| TransCustomData TransCustomDataContainer::first_elem |
Definition at line 405 of file source/blender/editors/transform/transform.h.
Referenced by freeTransCustomDataContainer().
| TransCustomData TransCustomDataContainer::mode |
Definition at line 405 of file source/blender/editors/transform/transform.h.
Referenced by edge_slide_snap_apply(), edgeSlideFirstGet(), freeCustomNormalArray(), storeCustomLNorValue(), and vert_slide_snap_apply().
| TransCustomData TransCustomDataContainer::type |
Definition at line 407 of file source/blender/editors/transform/transform.h.
Referenced by cancelTransTracking(), createTransActionData(), createTransMaskingData(), createTransNlaData(), createTransPaintCurveVerts(), createTransSeqData(), createTransSeqImageData(), createTransTrackingCurvesData(), createTransTrackingTracksData(), flushTransGraphData(), flushTransIntFrameActionData(), flushTransMasking(), flushTransPaintCurve(), flushTransTracking(), freeSeqData(), pose_transform_mirror_update(), restoreBones(), restoreMirrorPoseBones(), tc_mesh_customdata_ensure(), and tc_mesh_customdatacorrect_apply().