Blender Git Commit Log

Git Commits -> Revision a1cbcac

September 21, 2021, 10:35 (GMT)
Asset Catalogs: implement catalog deletion

Asset catalogs can now be deleted by providing their UUID. This marks the
catalog for deletion, which causes it to be hidden from the UI and not
saved to disk.

The catalog is not immediately deleted from memory, to make it possible
to later merge on-disk data with in-memory data. This is envisioned to
support multi-user edits to the same catalog definition file (for example
when synced between machines with SyncThing).

Commit Details:

Full Hash: a1cbcaccb19d4f48d255b90255f65f4ae1973d68
Parent Commit: c176cfb
Lines Changed: +94, -0

3 Modified Paths:

/source/blender/blenkernel/BKE_asset_catalog.hh (+12, -0) (Diff)
/source/blender/blenkernel/intern/asset_catalog.cc (+29, -0) (Diff)
/source/blender/blenkernel/intern/asset_catalog_test.cc (+53, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021