- 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user