Files
test2/source/blender
Campbell Barton 11e529f4f7 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)
2010-01-01 15:57:17 +00:00
..
2010-01-01 15:48:14 +00:00
2009-12-13 17:46:30 +00:00
2009-12-11 14:16:17 +00:00
2009-11-10 20:43:45 +00:00