WIP: Brush assets project #106303

Draft
Julian Eisel wants to merge 351 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 0 deletions
Showing only changes of commit 01436255b5 - Show all commits

View File

@ -704,6 +704,7 @@ bool BKE_paint_brush_asset_set(Paint *paint,
BKE_paint_brush_set(paint, brush);
paint_brush_asset_update(*paint, brush, weak_asset_reference);
return true;
}
void BKE_paint_brush_asset_restore(Main *bmain, Paint *paint)