- 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

@@ -635,7 +635,7 @@ static float matrix_determinant_internal(MatrixObject *self)
/*-----------------------------METHODS----------------------------*/
static char Matrix_to_quaternion_doc[] =
".. method:: to_quat()\n"
".. method:: to_quaternion()\n"
"\n"
" Return a quaternion representation of the rotation matrix.\n"
"\n"