Files
test/source/blender
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-03-29 19:11:17 -06:00
2021-09-29 07:29:15 +10:00
2021-09-28 16:57:49 -03:00
2021-09-29 07:30:34 +10:00
2021-09-24 11:31:23 +10:00
2021-09-30 15:44:08 +02:00
2021-09-23 22:08:02 +10:00
2021-09-29 14:34:01 +02:00
2021-08-02 15:22:54 +10:00
2021-09-17 12:22:00 +02:00