WIP: Custom build, mostly selection options #105712

Closed
Lukas Sneyd wants to merge 20 commits from lcas:custom-build-35 into blender-v3.5-release

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
Showing only changes of commit 0e448998fe - Show all commits

View File

@ -5945,7 +5945,7 @@ class VIEW3D_PT_shading(Panel):
layout.prop(tool_settings, "shrink_shading_header")
if tool_settings.shrink_shading_header:
layout.prop(shading, "type", text = '', expand=True)
layout.prop(shading, "type", text="", expand=True)
class VIEW3D_PT_shading_lighting(Panel):