Blender Git Loki
Git Commits -> Revision 09ff497
Revision 09ff497 by Campbell Barton (master) August 23, 2013, 14:37 (GMT) |
math api edits - replace point-normal form for a plane with dist_to_plane_v3() also correct python mathutils api, was missing vector checks. |
Commit Details:
Full Hash: 09ff49755fc84a0dd4214099a0dd47facba83288
SVN Revision: 59425
Parent Commit: 01e22d1
Lines Changed: +40, -25
5 Modified Paths:
/source/blender/blenkernel/intern/camera.c (+4, -3) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -2) (Diff)
/source/blender/blenlib/intern/math_geom.c (+8, -16) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+4, -3) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+23, -1) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -2) (Diff)
/source/blender/blenlib/intern/math_geom.c (+8, -16) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+4, -3) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+23, -1) (Diff)