- cmake was missing an inclide (IDE's wouldnt index)

- made doc generation always sumlink newly built docs to static URL. http://www.blender.org/documentation/250PythonDoc/
This commit is contained in:
2011-02-06 10:18:20 +00:00
parent c82da98f3d
commit 1cdab667bc
5 changed files with 15 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ static PyObject *Euler_ToTupleExt(EulerObject *self, int ndigits)
//return a quaternion representation of the euler
static char Euler_to_quaternion_doc[] =
".. method:: to_quat()\n"
".. method:: to_quaternion()\n"
"\n"
" Return a quaternion representation of the euler.\n"
"\n"