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:
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_300.cc2
1 files changed, 1 insertions, 1 deletions
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;
}
}
}