Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_types.h
| Show First 20 Lines • Show All 355 Lines • ▼ Show 20 Lines | |||||
| #define V3D_MANIP_SCALE 4 | #define V3D_MANIP_SCALE 4 | ||||
| /* View3d->twmode */ | /* View3d->twmode */ | ||||
| #define V3D_MANIP_GLOBAL 0 | #define V3D_MANIP_GLOBAL 0 | ||||
| #define V3D_MANIP_LOCAL 1 | #define V3D_MANIP_LOCAL 1 | ||||
| #define V3D_MANIP_NORMAL 2 | #define V3D_MANIP_NORMAL 2 | ||||
| #define V3D_MANIP_VIEW 3 | #define V3D_MANIP_VIEW 3 | ||||
| #define V3D_MANIP_GIMBAL 4 | #define V3D_MANIP_GIMBAL 4 | ||||
| #define V3D_MANIP_CUSTOM 5 /* anything of value 5 or higher is custom */ | #define V3D_MANIP_AXIAL 5 | ||||
| #define V3D_MANIP_CUSTOM 6 /* anything of value 5 or higher is custom */ | |||||
| /* View3d->twflag */ | /* View3d->twflag */ | ||||
| /* USE = user setting, DRAW = based on selection */ | /* USE = user setting, DRAW = based on selection */ | ||||
| #define V3D_USE_MANIPULATOR 1 | #define V3D_USE_MANIPULATOR 1 | ||||
| #define V3D_DRAW_MANIPULATOR 2 | #define V3D_DRAW_MANIPULATOR 2 | ||||
| /* #define V3D_CALC_MANIPULATOR 4 */ /*UNUSED*/ | /* #define V3D_CALC_MANIPULATOR 4 */ /*UNUSED*/ | ||||
| /* BGPic->flag */ | /* BGPic->flag */ | ||||
| Show All 32 Lines | |||||