Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_defaults.h
| Show First 20 Lines • Show All 59 Lines • ▼ Show 20 Lines | #define _DNA_DEFAULT_View3DOverlay \ | ||||
| * we typically want to see shading too. */ \ | * we typically want to see shading too. */ \ | ||||
| .sculpt_mode_mask_opacity = 0.75f, \ | .sculpt_mode_mask_opacity = 0.75f, \ | ||||
| .sculpt_mode_face_sets_opacity = 1.0f, \ | .sculpt_mode_face_sets_opacity = 1.0f, \ | ||||
| \ | \ | ||||
| .edit_flag = V3D_OVERLAY_EDIT_FACES | V3D_OVERLAY_EDIT_SEAMS | \ | .edit_flag = V3D_OVERLAY_EDIT_FACES | V3D_OVERLAY_EDIT_SEAMS | \ | ||||
| V3D_OVERLAY_EDIT_SHARP | V3D_OVERLAY_EDIT_FREESTYLE_EDGE | \ | V3D_OVERLAY_EDIT_SHARP | V3D_OVERLAY_EDIT_FREESTYLE_EDGE | \ | ||||
| V3D_OVERLAY_EDIT_FREESTYLE_FACE | V3D_OVERLAY_EDIT_EDGES | \ | V3D_OVERLAY_EDIT_FREESTYLE_FACE | V3D_OVERLAY_EDIT_EDGES | \ | ||||
| V3D_OVERLAY_EDIT_CREASES | V3D_OVERLAY_EDIT_BWEIGHTS | \ | V3D_OVERLAY_EDIT_CREASES | V3D_OVERLAY_EDIT_BWEIGHTS | \ | ||||
| V3D_OVERLAY_EDIT_CU_HANDLES | V3D_OVERLAY_EDIT_CU_NORMALS, \ | V3D_OVERLAY_EDIT_CU_HANDLES, \ | ||||
| \ | \ | ||||
| .gpencil_paper_opacity = 0.5f, \ | .gpencil_paper_opacity = 0.5f, \ | ||||
| .gpencil_grid_opacity = 0.9f, \ | .gpencil_grid_opacity = 0.9f, \ | ||||
| } | } | ||||
| #define _DNA_DEFAULT_View3DCursor \ | #define _DNA_DEFAULT_View3DCursor \ | ||||
| { \ | { \ | ||||
| .rotation_mode = ROT_MODE_XYZ, \ | .rotation_mode = ROT_MODE_XYZ, \ | ||||
| ▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines | |||||