Blender Git Commit Log
Git Commits -> Revision c2d22f7
Revision c2d22f7 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) December 15, 2014, 19:05 (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: c2d22f79ad2e45173e04cd091ea4e042ac8e1247
Parent Commit: 935fa06
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)