Blender Git Loki
Git Commits -> Revision d694115
Revision d694115 by Campbell Barton (master) February 5, 2011, 10:40 (GMT) |
mathutils fixes noticed when refactoring. - comparing eulers was ignoring the order. - printing Euler()'s now prints the order too. - un-orderable types (all except for Vector's), were not raising an exception when compared with >=, >, <, <=. |
Commit Details:
Full Hash: d694115ac497ee8db2bd6be221e5b67a7d1fbb3a
SVN Revision: 34650
Parent Commit: 998198a
Lines Changed: +127, -170