Blender Git Loki
Git Commits -> Revision 3c9e11d
Revision 3c9e11d by Bastien Montagne (master) August 1, 2014, 14:31 (GMT) |
Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`. |
Commit Details:
Full Hash: 3c9e11df37581c6faf937bbe974710a7fc95e380
Parent Commit: c11777b
Lines Changed: +95, -97
8 Modified Paths:
/source/blender/blenkernel/BKE_shrinkwrap.h (+3, -39) (Diff)
/source/blender/blenkernel/intern/constraint.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+10, -41) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+16, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+48, -0) (Diff)
/source/blender/modifiers/intern/MOD_shrinkwrap.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_simpledeform.c (+6, -5) (Diff)
/source/blender/modifiers/intern/MOD_weightvgproximity.c (+8, -9) (Diff)
/source/blender/blenkernel/intern/constraint.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/shrinkwrap.c (+10, -41) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+16, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+48, -0) (Diff)
/source/blender/modifiers/intern/MOD_shrinkwrap.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_simpledeform.c (+6, -5) (Diff)
/source/blender/modifiers/intern/MOD_weightvgproximity.c (+8, -9) (Diff)