Blender Git Loki
Git Commits -> Revision 7041568
Revision 7041568 by Jacques Lucke (master) April 30, 2021, 09:09 (GMT) |
BLI: improve VectorSet data structure This adds two new methods: * `clear` just removes all keys from the vector set. * `index_of_or_add` returns the index of a key and adds it if has not been added before. |
Commit Details:
Full Hash: 7041568ff922318f462b06e1c833cc9287aaa04b
Parent Commit: 2b723ab
Lines Changed: +71, -0