Files
test/source/blender
Lukas Tönne 658fc3ddbc 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
2015-01-20 09:30:09 +01:00
..
2014-10-29 14:15:21 +01:00
2015-01-19 11:31:23 +11:00
2014-11-28 22:16:14 +01:00
2015-01-09 04:23:43 +11:00
2015-01-20 09:30:02 +01:00