Blender Git Loki
Git Commits -> Revision 11e529f
Revision 11e529f by Campbell Barton (master) January 1, 2010, 15:57 (GMT) |
made the array interpolation function from last commit into a generic function /* given an array with some invalid values this function interpolates valid values * replacing the invalid ones */ int interp_sparse_array(float *array, int list_size, float skipval) |
Commit Details:
Full Hash: 11e529f4f77e6eae519f7b2b91055cf8b2d459ba
SVN Revision: 25653
Parent Commit: 4ab4d2d
Lines Changed: +83, -53