Files
goo-engine/source/blender/python
Campbell Barton fa2f7c69ac mathutils: Implement __hash__() functions
- all mathutils types
- only works on frozen data (so vectors can be used in sets/dict keys)
- uses same method as CPython, (matches hashing a tuple)

D1104 by @juicyfruit with own modifications
2015-02-15 14:02:08 +11:00
..
2015-01-06 19:09:53 +11:00
2015-02-13 16:17:00 +11:00
2014-09-17 18:36:17 +10:00
2014-10-07 15:47:32 -05:00