Blender Git Commit Log
Git Commits -> Revision 1dbaf0d
January 10, 2017, 21:58 (GMT) |
Add mid_v3_v3_array function and remove redundant functions Other than implementing a `mid_v3_v3_array` function, this removes `cent_tri_v3` and `cent_quad_v3` in favor of `mid_v3_v3v3v3` and `mid_v3_v3v3v3v3` respectively. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D2459 |
Commit Details:
Full Hash: 1dbaf0dbcca2c2756b2aa9f849334a5462739ddc
Parent Commit: da02624
Lines Changed: +26, -32
7 Modified Paths:
/source/blender/blenkernel/intern/mesh_evaluate.c (+12, -12) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+0, -3) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+0, -14) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -0) (Diff)
/source/blender/bmesh/intern/bmesh_interp.c (+1, -1) (Diff)
/source/blender/render/intern/source/occlusion.c (+2, -2) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+0, -3) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_geom.c (+0, -14) (Diff)
/source/blender/blenlib/intern/math_vector.c (+10, -0) (Diff)
/source/blender/bmesh/intern/bmesh_interp.c (+1, -1) (Diff)
/source/blender/render/intern/source/occlusion.c (+2, -2) (Diff)