Refactor: Move asset editing code into own file and refactor #119888

Merged
Brecht Van Lommel merged 2 commits from brecht/blender:refactor-brush into brush-assets-project 2024-03-29 17:23:39 +01:00

2 Commits

Author SHA1 Message Date
Brecht Van Lommel 027b090ea0 Address comments 2024-03-29 17:19:01 +01:00
Brecht Van Lommel ab3dbdc048 Refactor: Move asset editing code into own file and refactor
* Move from paint_ops.cc and asset_weak_reference.cc into asset_edit.cc
* Rename AssetWeakReferenceMain to AssetEditBlend
* Change some functions to be based on ID instead of main pointer
* Make most of save as and update code no longer brush specific.
2024-03-25 18:26:55 +01:00