Brush Assets: Add library choice to "Save As" operator #118021

Merged
Hans Goudey merged 14 commits from HooglyBoogly/blender:brush-assets-save-library-option into brush-assets-project 2024-02-14 17:36:57 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c3b0611de6 - Show all commits

View File

@ -1381,7 +1381,7 @@ static const EnumPropertyItem *rna_asset_library_reference_itemf(bContext * /*C*
static void BRUSH_OT_asset_save_as(wmOperatorType *ot)
{
ot->name = "Save As Brush Asset";
ot->name = "Save as Brush Asset";
ot->description =
"Save a copy of the active brush asset into the default asset library, and make it the "
"active brush";