Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Context not available. | |||||
| /** Otherwise use header alignment from the file. */ | /** Otherwise use header alignment from the file. */ | ||||
| USER_HEADER_FROM_PREF = (1 << 8), | USER_HEADER_FROM_PREF = (1 << 8), | ||||
| USER_MENUOPENAUTO = (1 << 9), | USER_MENUOPENAUTO = (1 << 9), | ||||
| USER_DEPTH_CURSOR = (1 << 10), | USER_UIFLAG_UNUSED_10 = (1 << 10), /* cleared */ | ||||
| USER_AUTOPERSP = (1 << 11), | USER_AUTOPERSP = (1 << 11), | ||||
| USER_UIFLAG_UNUSED_12 = (1 << 12), /* cleared */ | USER_UIFLAG_UNUSED_12 = (1 << 12), /* cleared */ | ||||
| USER_GLOBALUNDO = (1 << 13), | USER_GLOBALUNDO = (1 << 13), | ||||
| Context not available. | |||||