Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2018-05-03 11:55:28 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-05-03 11:55:28 +0300
commit026792ffed8ad7fb27ef877af75a06136d13a438 (patch)
treec0e10bd8bc860f8c3d54fd085df70e63f6658d5c /source/blender/editors/space_view3d
parentd64f12248abae3d9773bdb7c21a5c7b7e4471cc5 (diff)
Workbench: Show 3D Cursor Overlay
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/space_view3d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/space_view3d.c b/source/blender/editors/space_view3d/space_view3d.c
index c95ed974843..086efbe9c34 100644
--- a/source/blender/editors/space_view3d/space_view3d.c
+++ b/source/blender/editors/space_view3d/space_view3d.c
@@ -323,6 +323,7 @@ static SpaceLink *view3d_new(const ScrArea *UNUSED(sa), const Scene *scene)
v3d->gridsubdiv = 10;
v3d->drawtype = OB_SOLID;
v3d->drawtype_lighting = V3D_LIGHTING_STUDIO;
+ v3d->overlays = V3D_OVERLAY_3DCURSOR;
v3d->gridflag = V3D_SHOW_X | V3D_SHOW_Y | V3D_SHOW_FLOOR;