Improved docstring of mathutils.Matrix.lerp()

This commit is contained in:
Sybren A. Stüvel 2018-01-18 09:58:14 +01:00
parent 9811150952
commit 7b3e441bcf
Notes: blender-bot 2023-02-14 06:15:51 +01:00
Referenced by issue #53823, Enabling weight brush in particle edit mode of a hair particle system will cause a crash when entering an emitter system edit mode.
1 changed files with 2 additions and 1 deletions

View File

@ -1680,7 +1680,8 @@ static PyObject *Matrix_decompose(MatrixObject *self)
PyDoc_STRVAR(Matrix_lerp_doc,
".. function:: lerp(other, factor)\n"
"\n"
" Returns the interpolation of two matrices.\n"
" Returns the interpolation of two matrices. Uses polar decomposition, see"
" \"Matrix Animation and Polar Decomposition\", Shoemake and Duff, 1992.\n"
"\n"
" :arg other: value to interpolate with.\n"
" :type other: :class:`Matrix`\n"