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

3 Modified Paths:

/source/blender/blenkernel/BKE_object.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+60, -0) (Diff)
/source/blender/editors/transform/transform_snap.c (+22, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021