Cleanup: extract BKE_colorband from BKE_texture

This commit is contained in:
Campbell Barton
2017-12-07 15:36:26 +11:00
parent 6d31eb015c
commit cc811d1fd6
35 changed files with 474 additions and 392 deletions

View File

@@ -157,7 +157,7 @@ static PyObject *Freestyle_blendRamp(PyObject * /*self*/, PyObject *args)
return Vector_CreatePyObject(a, 3, NULL);
}
#include "BKE_texture.h" /* do_colorband() */
#include "BKE_colorband.h" /* do_colorband() */
static char Freestyle_evaluateColorRamp___doc__[] =
".. function:: evaluateColorRamp(ramp, in)\n"