Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_types.h
| Context not available. | |||||
| char background_type; | char background_type; | ||||
| char cavity_type; | char cavity_type; | ||||
| char wire_color_type; | char wire_color_type; | ||||
| char _pad[2]; | char xray_mode_type; | ||||
| char _pad; | |||||
| /** FILE_MAXFILE. */ | /** FILE_MAXFILE. */ | ||||
| char studio_light[256]; | char studio_light[256]; | ||||
| Context not available. | |||||
| V3D_OVERLAY_EDIT_CU_NORMALS = (1 << 21), | V3D_OVERLAY_EDIT_CU_NORMALS = (1 << 21), | ||||
| V3D_OVERLAY_EDIT_CONSTANT_SCREEN_SIZE_NORMALS = (1 << 22), | V3D_OVERLAY_EDIT_CONSTANT_SCREEN_SIZE_NORMALS = (1 << 22), | ||||
| V3D_OVERLAY_EDIT_FACE_DOT_XRAY = (1 << 23), | |||||
| }; | }; | ||||
| /** #View3DOverlay.paint_flag */ | /** #View3DOverlay.paint_flag */ | ||||
| Context not available. | |||||