svn merge ^/trunk/blender -r40890:40950

This commit is contained in:
Campbell Barton
2011-10-14 01:35:20 +00:00
121 changed files with 956 additions and 814 deletions

View File

@@ -193,7 +193,7 @@ static PyObject *Quaternion_dot(QuaternionObject *self, PyObject *value)
}
PyDoc_STRVAR(Quaternion_rotation_difference_doc,
".. function:: difference(other)\n"
".. function:: rotation_difference(other)\n"
"\n"
" Returns a quaternion representing the rotational difference.\n"
"\n"