Blender Git Commit Log

Git Commits -> Revision 658fc3d

Revision 658fc3d by Lukas Toenne (master)
January 20, 2015, 08:30 (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: 658fc3ddbc0e0a8b1ea7c10a62c6cc2e208c9461
Parent Commit: 3b938f3
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