Change the default Subsurf Render Level from 2 to 1 #114163

Open
Raimund Klink wants to merge 1 commits from Raimund58/blender:raimund58-patch-2 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 1 deletions

View File

@ -607,7 +607,7 @@
{ \
.subdivType = 0, \
.levels = 1, \
.renderLevels = 2, \
.renderLevels = 1, \
.flags = eSubsurfModifierFlag_UseCrease | eSubsurfModifierFlag_ControlEdges, \
.uv_smooth = SUBSURF_UV_SMOOTH_PRESERVE_BOUNDARIES, \
.quality = 3, \