Merge branch 'blender-v2.81-release'

This commit is contained in:
Sergey Sharybin
2019-11-13 17:20:18 +01:00
7 changed files with 22 additions and 8 deletions

View File

@@ -645,7 +645,8 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
split = layout.split()
col = split.column()
col.prop(md, "levels", text="Preview")
col.prop(md, "sculpt_levels", text="Sculpt")
# TODO(sergey): Expose it again after T58473 is solved.
# col.prop(md, "sculpt_levels", text="Sculpt")
col.prop(md, "render_levels", text="Render")
col.prop(md, "quality")