Files
test/source/blender/blenkernel
Sybren A. Stüvel 628fab696c Asset Catalog: introduce AssetCatalogPath class
So far we have used `std::string` for asset catalog paths. Some
operations are better described on a dedicated class for this, though.
This commits switches catalog paths from using `std::string` to a
dedicated `blender::bke::AssetCatalogPath` class.

The `using CatalogPath = AssetCatalogPath` alias is still there, and
will be removed in a following cleanup commit.

New `AssetCatalogPath` code reviewed by @severin in D12710.
2021-09-30 16:29:14 +02:00
..
2021-08-26 12:39:45 +10:00
2021-09-12 19:51:16 +10:00
2021-09-24 11:31:23 +10:00
2021-08-09 22:55:38 +10:00
2021-07-16 11:48:54 +10:00
2020-10-01 14:29:45 +02:00
2020-12-15 17:19:55 +01:00
2021-09-16 18:23:53 -05:00
2021-08-20 02:30:11 +02:00
2021-07-02 12:15:29 +10:00
2021-06-10 12:15:59 +02:00
2021-09-29 07:29:15 +10:00