Blender Git Commit Log
Git Commits -> Revision ead9a15
Revision ead9a15 by Julian Eisel (temp-asset-browser-catalogs, temp-asset-browser-catalogs-ui, temp-assetlib-plus-uuid-rename) September 2, 2021, 10:29 (GMT) |
Simplify catalog tree creation using std::map By using std::map with the catalog-component name as key simplifies creation quite a bit. Generally it seems like the most appropriate container for storing children in the tree. |
Commit Details:
Full Hash: ead9a15c1575515f238625ad948ddc5119b075f8
Parent Commit: d76863c
Lines Changed: +19, -29