Blender Git Loki
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