Fix #105460: set default backwire opacity for 3D view overlay #107755

Closed
Marino Toscano wants to merge 1 commits from merotosc/blender:bugfix/default_xray_opacity into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#define _DNA_DEFAULT_View3DOverlay \
{ \
.flag = V3D_OVERLAY_VIEWER_ATTRIBUTE | V3D_OVERLAY_SCULPT_SHOW_MASK | V3D_OVERLAY_SCULPT_SHOW_FACE_SETS, \
.backwire_opacity = 0.5f, \
.wireframe_threshold = 1.0f, \
.wireframe_opacity = 1.0f, \
.retopology_offset = 0.2f, \