Blender Git Commit Log

Git Commits -> Revision 9a1fce6

Revision 9a1fce6 by Sybren A. Stüvel (master)
October 21, 2021, 13:53 (GMT)
Cleanup: rename & restructure `AssetCatalogPathCmp`

Rename `AssetCatalogPathCmp` to `AssetCatalogLessThan`:
- it compares more than paths (so no more `Path` in the name), and
- performs a less-than operation (so no more `Cmp` in the name).

Also restructure its code to make an extra upcoming comparison easier to
add.

No functional changes.

Commit Details:

Full Hash: 9a1fce698bc6dd51c66464f9dcccfb89d0432823
Parent Commit: 090be27
Lines Changed: +56, -5

2 Modified Paths:

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