A big code clean-up patch from Bastien Montagne, many thanks!
This commit is contained in:
@@ -63,7 +63,7 @@ static char Normal2DF1D___doc__[] =
|
||||
" :return: The 2D normal for the Interface1D.\n"
|
||||
" :rtype: :class:`mathutils.Vector`\n";
|
||||
|
||||
static int Normal2DF1D___init__(BPy_Normal2DF1D* self, PyObject *args, PyObject *kwds)
|
||||
static int Normal2DF1D___init__(BPy_Normal2DF1D *self, PyObject *args, PyObject *kwds)
|
||||
{
|
||||
static const char *kwlist[] = {"integration_type", NULL};
|
||||
PyObject *obj = 0;
|
||||
|
||||
@@ -63,7 +63,7 @@ static char Orientation2DF1D___doc__[] =
|
||||
" :return: The 2D orientation of the Interface1D.\n"
|
||||
" :rtype: :class:`mathutils.Vector`\n";
|
||||
|
||||
static int Orientation2DF1D___init__(BPy_Orientation2DF1D* self, PyObject *args, PyObject *kwds)
|
||||
static int Orientation2DF1D___init__(BPy_Orientation2DF1D *self, PyObject *args, PyObject *kwds)
|
||||
{
|
||||
static const char *kwlist[] = {"integration_type", NULL};
|
||||
PyObject *obj = 0;
|
||||
|
||||
Reference in New Issue
Block a user