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 5 deletions
Showing only changes of commit 058ec36130 - Show all commits

View File

@ -559,11 +559,6 @@ typedef struct Library {
*/
char filepath_abs[1024];
/**
* Weak reference to the Brush Asset.
*/
struct AssetWeakReference *asset_repository_weak_reference;
/** Set for indirectly linked libraries, used in the outliner and while reading. */
struct Library *parent;