Blender Git Commit Log
Git Commits -> Revision 34843a8
Revision 34843a8 by Bastien Montagne (master) September 14, 2015, 10:53 (GMT) |
Fix T46099: snapping failed on objects with some NULL-dimension in their bbox. Added a helper that ensures a bbox has some non-NULL dimension along all its axes. Also, fixed some (rather unlikely) NULL dereference cases (though it should not in this context, `BKE_object_boundbox_get()` can return NULL). |
Commit Details:
Full Hash: 34843a855e6b45cffbc0cd0ffae2d688e6ee1168
Parent Commit: 2db7178
Lines Changed: +84, -4