WIP: Brush assets project #106303

Draft
Julian Eisel wants to merge 357 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 448c30cc45 - Show all commits

View File

@ -1195,7 +1195,7 @@ static void SCULPT_CURVES_OT_brush_asset_select(wmOperatorType *ot)
ot->poll = CURVES_SCULPT_mode_poll;
ot->prop = RNA_def_string(
ot->srna, "name", nullptr, MAX_NAME, "Brush Name", "name of the brush asset to select");
ot->srna, "name", nullptr, MAX_NAME, "Brush Name", "Name of the brush asset to select");
}
} // namespace blender::ed::sculpt_paint