Blender Git Loki
Git Commits -> Revision 0e9084d
Revision 0e9084d by Bastien Montagne (master) March 16, 2014, 15:31 (GMT) |
Fix T39210: Grid Fill is generating mesh that's inconsistent with selected edge loops Issue was in BLI's rotation_between_vecs_to_quat(), which did not handled correctly cases where both vectors are colinear. Patch by Campbell Barton and me. Issue originaly tracked down by Yan Shi, many thanks! |
Commit Details:
Full Hash: 0e9084d5ece71185884d7a63b3e0617254430a29
Parent Commit: caf8684
Lines Changed: +89, -30
6 Modified Paths:
/source/blender/blenlib/BLI_math_geom.h (+4, -2) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+0, -25) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+35, -0) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+19, -3) (Diff)
/source/blender/blenlib/intern/math_vector.c (+30, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+0, -25) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+35, -0) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+19, -3) (Diff)
/source/blender/blenlib/intern/math_vector.c (+30, -0) (Diff)