Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 588 Lines • ▼ Show 20 Lines | |||||
| } eUserPref_Section; | } eUserPref_Section; | ||||
| /* flag */ | /* flag */ | ||||
| typedef enum eUserPref_Flag { | typedef enum eUserPref_Flag { | ||||
| USER_AUTOSAVE = (1 << 0), | USER_AUTOSAVE = (1 << 0), | ||||
| /* USER_AUTOGRABGRID = (1 << 1), deprecated */ | /* USER_AUTOGRABGRID = (1 << 1), deprecated */ | ||||
| /* USER_AUTOROTGRID = (1 << 2), deprecated */ | /* USER_AUTOROTGRID = (1 << 2), deprecated */ | ||||
| /* USER_AUTOSIZEGRID = (1 << 3), deprecated */ | /* USER_AUTOSIZEGRID = (1 << 3), deprecated */ | ||||
| USER_SCENEGLOBAL = (1 << 4), | /* USER_SCENEGLOBAL = (1 << 4), deprecated */ | ||||
| USER_TRACKBALL = (1 << 5), | USER_TRACKBALL = (1 << 5), | ||||
| /* USER_DUPLILINK = (1 << 6), deprecated */ | /* USER_DUPLILINK = (1 << 6), deprecated */ | ||||
| /* USER_FSCOLLUM = (1 << 7), deprecated */ | /* USER_FSCOLLUM = (1 << 7), deprecated */ | ||||
| USER_MAT_ON_OB = (1 << 8), | USER_MAT_ON_OB = (1 << 8), | ||||
| /* USER_NO_CAPSLOCK = (1 << 9), */ /* not used anywhere */ | /* USER_NO_CAPSLOCK = (1 << 9), */ /* not used anywhere */ | ||||
| /* USER_VIEWMOVE = (1 << 10), */ /* not used anywhere */ | /* USER_VIEWMOVE = (1 << 10), */ /* not used anywhere */ | ||||
| USER_TOOLTIPS = (1 << 11), | USER_TOOLTIPS = (1 << 11), | ||||
| USER_TWOBUTTONMOUSE = (1 << 12), | USER_TWOBUTTONMOUSE = (1 << 12), | ||||
| ▲ Show 20 Lines • Show All 298 Lines • Show Last 20 Lines | |||||