Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.h
| Context not available. | |||||
| /* alternative transformation. used to add offset to tracking markers */ | /* alternative transformation. used to add offset to tracking markers */ | ||||
| #define T_ALT_TRANSFORM (1 << 24) | #define T_ALT_TRANSFORM (1 << 24) | ||||
| #define T_TRANSFORM_NO_MODAL (1 << 27) | |||||
| /* TransInfo->modifiers */ | /* TransInfo->modifiers */ | ||||
| #define MOD_CONSTRAINT_SELECT 0x01 | #define MOD_CONSTRAINT_SELECT 0x01 | ||||
| #define MOD_PRECISION 0x02 | #define MOD_PRECISION 0x02 | ||||
| Context not available. | |||||