Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/space_view3d.c
| Show First 20 Lines • Show All 331 Lines • ▼ Show 20 Lines | static SpaceLink *view3d_new(const ScrArea *UNUSED(sa), const Scene *scene) | ||||
| v3d->overlay.weight_paint_mode_opacity = 1.0f; | v3d->overlay.weight_paint_mode_opacity = 1.0f; | ||||
| v3d->overlay.vertex_paint_mode_opacity = 1.0f; | v3d->overlay.vertex_paint_mode_opacity = 1.0f; | ||||
| v3d->overlay.edit_flag = V3D_OVERLAY_EDIT_FACES | V3D_OVERLAY_EDIT_SEAMS | | v3d->overlay.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 | V3D_OVERLAY_EDIT_CU_NORMALS; | ||||
| v3d->gridflag = V3D_SHOW_X | V3D_SHOW_Y | V3D_SHOW_FLOOR; | v3d->gridflag = V3D_SHOW_X | V3D_SHOW_Y | V3D_SHOW_FLOOR | V3D_SHOW_ORTHO_GRID; | ||||
| v3d->flag = V3D_SELECT_OUTLINE; | v3d->flag = V3D_SELECT_OUTLINE; | ||||
| v3d->flag2 = V3D_SHOW_RECONSTRUCTION | V3D_SHOW_ANNOTATION; | v3d->flag2 = V3D_SHOW_RECONSTRUCTION | V3D_SHOW_ANNOTATION; | ||||
| v3d->lens = 50.0f; | v3d->lens = 50.0f; | ||||
| v3d->clip_start = 0.01f; | v3d->clip_start = 0.01f; | ||||
| v3d->clip_end = 1000.0f; | v3d->clip_end = 1000.0f; | ||||
| ▲ Show 20 Lines • Show All 1,229 Lines • Show Last 20 Lines | |||||