A big code clean-up patch from Bastien Montagne, many thanks!
This commit is contained in:
@@ -61,7 +61,7 @@ static char BackboneStretcherShader___doc__[] =
|
||||
" :arg stroke: A Stroke object.\n"
|
||||
" :type stroke: :class:`Stroke`\n";
|
||||
|
||||
static int BackboneStretcherShader___init__(BPy_BackboneStretcherShader* self, PyObject *args, PyObject *kwds)
|
||||
static int BackboneStretcherShader___init__(BPy_BackboneStretcherShader *self, PyObject *args, PyObject *kwds)
|
||||
{
|
||||
static const char *kwlist[] = {"amount", NULL};
|
||||
float f = 2.0;
|
||||
|
||||
Reference in New Issue
Block a user