Blender Git Commit Log
Git Commits -> Revision 4e3bc21
Revision 4e3bc21 by Bastien Montagne (temp-ghash-setops) March 20, 2015, 11:04 (GMT) |
Remove public GHash API for union/inter/diff/symmdiff. This is dead easy to add back when we want (or use other naming if we really like them better), core code remains exactly the same anyway. Note we keep checks (isdisjoint, isequal, etc.) for ghashes though, those are pure-keys non-modifying operations anyway, so here set ops for ghash are definitively valid (equivalent of set ops on dict.keys() views in py). |
Commit Details:
Full Hash: 4e3bc21492b6ea3e78766ff3ab4446c3c88399e2
Parent Commit: 88ae44a
Lines Changed: +83, -224