Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_defaults.h
| Show First 20 Lines • Show All 65 Lines • ▼ Show 20 Lines | .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, \ | ||||
| .handle_display = CURVE_HANDLE_SELECTED, \ | .handle_display = CURVE_HANDLE_SELECTED, \ | ||||
| \ | \ | ||||
| .gpencil_paper_opacity = 0.5f, \ | .gpencil_paper_opacity = 0.5f, \ | ||||
| .gpencil_grid_opacity = 0.9f, \ | .gpencil_grid_opacity = 0.9f, \ | ||||
| .gpencil_vertex_paint_opacity = 1.0f, \ | .gpencil_vertex_paint_opacity = 1.0f, \ | ||||
| .normals_constant_screen_size = 7.0f, \ | |||||
| } | } | ||||
| #define _DNA_DEFAULT_View3DCursor \ | #define _DNA_DEFAULT_View3DCursor \ | ||||
| { \ | { \ | ||||
| .rotation_mode = ROT_MODE_XYZ, \ | .rotation_mode = ROT_MODE_XYZ, \ | ||||
| .rotation_quaternion = {1, 0, 0, 0}, \ | .rotation_quaternion = {1, 0, 0, 0}, \ | ||||
| .rotation_axis = {0, 1, 0}, \ | .rotation_axis = {0, 1, 0}, \ | ||||
| } | } | ||||
| Show All 37 Lines | |||||