From 8801af6042fcd0fff64ae1caa3a1fa35bc830a2e Mon Sep 17 00:00:00 2001 From: Sean Kim Date: Tue, 10 Jun 2025 22:36:50 +0200 Subject: [PATCH] Fix: 'By Active Tool' Filter shows no brushes in asset shelf Introduced with ab3c129dd97fc871e6991b10281489343940fca0 Pull Request: https://projects.blender.org/blender/blender/pulls/140148 --- scripts/startup/bl_ui/properties_paint_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/startup/bl_ui/properties_paint_common.py b/scripts/startup/bl_ui/properties_paint_common.py index bd1a4b283c7..ec8181c0183 100644 --- a/scripts/startup/bl_ui/properties_paint_common.py +++ b/scripts/startup/bl_ui/properties_paint_common.py @@ -27,7 +27,7 @@ class BrushAssetShelf: from bl_ui.space_toolsystem_common import ToolSelectPanelHelper space_type = context.space_data.type - brush_type_items = bpy.types.Brush.bl_rna.properties[cls.tool_prop].enum_items + brush_type_items = bpy.types.Brush.bl_rna.properties[cls.brush_type_prop].enum_items tool_helper_cls = ToolSelectPanelHelper._tool_class_from_space_type(space_type) for item in ToolSelectPanelHelper._tools_flatten(