Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.h
| Show First 20 Lines • Show All 441 Lines • ▼ Show 20 Lines | struct { | ||||
| TransCustomData type; | TransCustomData type; | ||||
| } custom; | } custom; | ||||
| #define TRANS_CUSTOM_DATA_ELEM_MAX (sizeof(((TransInfo *)NULL)->custom) / sizeof(TransCustomData)) | #define TRANS_CUSTOM_DATA_ELEM_MAX (sizeof(((TransInfo *)NULL)->custom) / sizeof(TransCustomData)) | ||||
| /*************** NEW STUFF *********************/ | /*************** NEW STUFF *********************/ | ||||
| short launch_event; /* event type used to launch transform */ | short launch_event; /* event type used to launch transform */ | ||||
| short current_orientation; | short current_orientation; | ||||
| TransformOrientation *custom_orientation; /* this gets used when current_orientation is V3D_MANIP_CUSTOM */ | |||||
| short twtype; /* backup from view3d, to restore on end */ | short twtype; /* backup from view3d, to restore on end */ | ||||
| short prop_mode; | short prop_mode; | ||||
| short mirror; | short mirror; | ||||
| float values[4]; | float values[4]; | ||||
| float auto_values[4]; | float auto_values[4]; | ||||
| ▲ Show 20 Lines • Show All 361 Lines • Show Last 20 Lines | |||||