Improve Tool tip for Add-on search
Differential Revision: https://developer.blender.org/D15411
This commit is contained in:
@@ -128,8 +128,8 @@ def register():
|
|||||||
return items
|
return items
|
||||||
|
|
||||||
WindowManager.addon_search = StringProperty(
|
WindowManager.addon_search = StringProperty(
|
||||||
name="Search",
|
name="Filter",
|
||||||
description="Search within the selected filter",
|
description="Filter by add-on name, author & category",
|
||||||
options={'TEXTEDIT_UPDATE'},
|
options={'TEXTEDIT_UPDATE'},
|
||||||
)
|
)
|
||||||
WindowManager.addon_filter = EnumProperty(
|
WindowManager.addon_filter = EnumProperty(
|
||||||
|
|||||||
Reference in New Issue
Block a user