made most variables which are only used in a single file and not defined in header static for blenlib, blenkernel and editors.

This commit is contained in:
2011-02-14 17:55:27 +00:00
parent d7e2607f96
commit 8b7482892b
142 changed files with 552 additions and 492 deletions

View File

@@ -243,9 +243,6 @@ static char Euler_make_compatible_doc[] =
"\n"
" Make this euler compatible with another, so interpolating between them works as intended.\n"
"\n"
" :arg other: make compatible with this rotation.\n"
" :type other: :class:`Euler`\n"
"\n"
" .. note:: the rotation order is not taken into account for this function.\n"
;
static PyObject *Euler_make_compatible(EulerObject * self, PyObject *value)