WIP: Brush assets project #106303

Draft
Julian Eisel wants to merge 354 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 1 deletions
Showing only changes of commit bb1ba7c8e6 - Show all commits

View File

@ -1286,7 +1286,6 @@ static int brush_asset_save_as_exec(bContext *C, wmOperator *op)
return OPERATOR_CANCELLED;
}
const bUserAssetLibrary *library = brush_asset_get_default_library();
AssetWeakReference *new_brush_weak_ref = brush_asset_create_weakref_hack(
library, final_full_asset_filepath);