Blender Git Commit Log
Git Commits -> Revision 60f5cda
Revision 60f5cda by YimingWu (temp-lanpr-staging) August 16, 2019, 03:11 (GMT) |
LANPR: Use BLI math functions. |
Commit Details:
Full Hash: 60f5cdaee92708cf31733f1d8617930336985797
Parent Commit: d515b4e
Lines Changed: +214, -433
7 Modified Paths:
/source/blender/blenlib/BLI_math_matrix.h (+10, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+114, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+8, -0) (Diff)
/source/blender/editors/include/ED_lanpr.h (+4, -51) (Diff)
/source/blender/editors/lanpr/lanpr_cpu.c (+56, -86) (Diff)
/source/blender/editors/lanpr/lanpr_util.c (+21, -296) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+1, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+114, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+8, -0) (Diff)
/source/blender/editors/include/ED_lanpr.h (+4, -51) (Diff)
/source/blender/editors/lanpr/lanpr_cpu.c (+56, -86) (Diff)
/source/blender/editors/lanpr/lanpr_util.c (+21, -296) (Diff)