Change the default Subsurf Viewport Level from 1 to 2 #114108

Closed
Raimund Klink wants to merge 2 commits from Raimund58/blender:raimund58-patch-1 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 2 additions and 2 deletions
Showing only changes of commit dfc0a0825c - Show all commits

View File

@ -606,8 +606,8 @@
#define _DNA_DEFAULT_SubsurfModifierData \
{ \
.subdivType = 0, \
.levels = 1, \
.renderLevels = 1, \
.levels = 2, \
.renderLevels = 2, \
.flags = eSubsurfModifierFlag_UseCrease | eSubsurfModifierFlag_ControlEdges, \
.uv_smooth = SUBSURF_UV_SMOOTH_PRESERVE_BOUNDARIES, \
.quality = 3, \