Blender Git Commit Log

Git Commits -> Revision 7c0af40

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)

2 Modified Paths:

/source/blender/python/mathutils/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/mathutils/mathutils.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021