Blender Git Commit Log
Git Commits -> Revision 7c0af40
Revision 7c0af40 by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 19:15 (GMT) |
New python submodule `mathutils.interpolate` for various mesh interpolation and weighting methods. This module will contain mirrored functions for calculating and applying weights for points on a mesh. This includes barycentric and UV weighting and possibly more advanced global weighting such as harmonic weights. The naming should follow this scheme: <type>_{2d,3d}_{calc,apply} e.g. poly_2d_calc poly_2d_apply uv_3d_calc ... Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D939 |
Commit Details:
Full Hash: 7c0af402239b372095b174a9fe472f7a3de8ae24
Parent Commit: 624f935
Lines Changed: +173, -0
2 Added Paths:
/source/blender/python/mathutils/mathutils_interpolate.c (+137, -0) (View)
/source/blender/python/mathutils/mathutils_interpolate.h (+32, -0) (View)
/source/blender/python/mathutils/mathutils_interpolate.h (+32, -0) (View)