Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_transform.h
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | |||||
| struct wmKeyConfig; | struct wmKeyConfig; | ||||
| struct wmKeyMap; | struct wmKeyMap; | ||||
| struct wmOperatorType; | struct wmOperatorType; | ||||
| struct WorkSpace; | struct WorkSpace; | ||||
| struct Main; | struct Main; | ||||
| struct SnapObjectContext; | struct SnapObjectContext; | ||||
| struct SnapObjectParams; | struct SnapObjectParams; | ||||
| void transform_keymap_for_space(struct wmKeyConfig *keyconf, struct wmKeyMap *keymap, int spaceid); | void ED_keymap_transform(struct wmKeyConfig *keyconf); | ||||
| void transform_operatortypes(void); | void transform_operatortypes(void); | ||||
| /* ******************** Macros & Prototypes *********************** */ | /* ******************** Macros & Prototypes *********************** */ | ||||
| /* MODE AND NUMINPUT FLAGS */ | /* MODE AND NUMINPUT FLAGS */ | ||||
| enum TfmMode { | enum TfmMode { | ||||
| TFM_INIT = -1, | TFM_INIT = -1, | ||||
| TFM_DUMMY, | TFM_DUMMY, | ||||
| ▲ Show 20 Lines • Show All 173 Lines • Show Last 20 Lines | |||||