From 31ae3a501284f3c777e6c28b6faec53b86246739 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 3 Oct 2022 12:34:48 +0200 Subject: Geometry Nodes: set viewer overlay opacity default to 1 This value worked better for artists. --- source/blender/blenloader/intern/versioning_300.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/versioning_300.cc b/source/blender/blenloader/intern/versioning_300.cc index 373d68082a6..bbb83ec3187 100644 --- a/source/blender/blenloader/intern/versioning_300.cc +++ b/source/blender/blenloader/intern/versioning_300.cc @@ -3610,7 +3610,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain) View3D *v3d = (View3D *)sl; v3d->flag2 |= V3D_SHOW_VIEWER; v3d->overlay.flag |= V3D_OVERLAY_VIEWER_ATTRIBUTE; - v3d->overlay.viewer_attribute_opacity = 0.8f; + v3d->overlay.viewer_attribute_opacity = 1.0f; } } } -- cgit v1.2.3