Blender Git Commit Log

Git Commits -> Revision 42ce88f

Revision 42ce88f by Sybren A. Stüvel (master)
September 30, 2021, 14:34 (GMT)
Cleanup: remove `CatalogPath` alias

The `CatalogPath` name was an alias for `std::string`, so that it could
be easily switched over to something else. This happened in the previous
commit (switched to `AssetCatalogPath`), so the alias is no longer
necessary.

This commit removes the `CatalogPath` alias.

No functional changes.

Commit Details:

Full Hash: 42ce88f15cb77c859c6b2fed119934836235b961
Parent Commit: 628fab6
Lines Changed: +25, -26

4 Modified Paths:

/source/blender/blenkernel/BKE_asset_catalog.hh (+8, -9) (Diff)
/source/blender/blenkernel/intern/asset_catalog.cc (+14, -14) (Diff)
/source/blender/blenkernel/intern/asset_catalog_test.cc (+1, -1) (Diff)
/source/blender/editors/asset/intern/asset_catalog.cc (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021