Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_enums.h
| Context not available. | |||||
| V3D_SHADING_BACKGROUND_VIEWPORT = 2, | V3D_SHADING_BACKGROUND_VIEWPORT = 2, | ||||
| } eV3DShadingBackgroundType; | } eV3DShadingBackgroundType; | ||||
| /** #View3DShading.xray_type */ | |||||
| typedef enum eV3DShadingXrayType { | |||||
| V3D_SHADING_XRAY_DEFAULT = 0, | |||||
| V3D_SHADING_XRAY_AUTOMATIC = 1, | |||||
| V3D_SHADING_XRAY_SELECT_THROUGH_BUTTON = 2, | |||||
| V3D_SHADING_XRAY_SELECT_THROUGH_KEYMAP = 3, | |||||
| } eV3DShadingXrayType; | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| Context not available. | |||||