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 0 additions and 3 deletions
Showing only changes of commit a0ebef3a93 - Show all commits

View File

@ -1015,9 +1015,6 @@ static void BRUSH_OT_asset_select(wmOperatorType *ot)
ot->exec = brush_asset_select_exec;
ot->poll = brush_asset_poll;
ot->prop = RNA_def_string(
ot->srna, "name", nullptr, MAX_NAME, "Brush Name", "Name of the brush asset to select");
}
/***** Stencil Control *****/