WIP: Brush assets project #106303

Draft
Julian Eisel wants to merge 358 commits from brush-assets-project 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 5e813f1563 - Show all commits

View File

@ -1091,7 +1091,7 @@ class VIEW3D_AST_brush_asset_shelf(bpy.types.AssetShelf):
@classmethod
def asset_poll(cls, asset):
return asset.id_type == 'BRUSH'
return asset.id_type == 'BRUSH' and asset.metadata.get("use_paint_sculpt_curves", False)
class VIEW3D_MT_editor_menus(Menu):