Blender Git Commit Log
Git Commits -> Revision 0658659
Revision 0658659 by Campbell Barton (master) March 2, 2016, 00:18 (GMT) |
GHash: BLI_ghash_ensure_p_ex now takes a pointer-to-key arg This is an alternative to passing a copy callback which is some times inconvenient. Instead the caller can write to the key - needed when the key is duplicated memory. Allows for minor optimization in ghash/gset use. Also add BLI_gset_ensure_p_ex |
Commit Details:
Full Hash: 0658659f74ad134bddbc982f7e1de0ff9b8bda66
Parent Commit: bac9819
Lines Changed: +42, -16