UI: Asset Shelf (Experimental Feature) #104831

Closed
Julian Eisel wants to merge 399 commits from asset-shelf 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
Showing only changes of commit 3c3cc48018 - Show all commits

View File

@ -15,7 +15,7 @@ class ASSETSHELF_PT_display(Panel):
shelf_settings = context.asset_shelf_settings
layout.prop(shelf_settings, "show_names")
layout.prop(shelf_settings, "show_names", text="Names")
@classmethod
def poll(cls, context):