Fix mathutils box_pack_2d docstring

Differential Revision: https://developer.blender.org/D7667
This commit is contained in:
Philipp Oeser 2020-05-08 14:09:55 +02:00
parent a116912fd6
commit 8956e9e5f6
Notes: blender-bot 2023-02-14 09:02:41 +01:00
Referenced by issue #76851, Grease Pencil Behavior changes Brush when going in and out of Drawing mode
Referenced by issue #76668, The Denoise Node Turns the Rendered Image into Pure Black at the Resolution of 1920 *1920
Referenced by issue #76669, Dope Sheet Editor, crash right clicking on a Mask channel
Referenced by issue #76667, Render error not shown in VSE
1 changed files with 1 additions and 1 deletions

View File

@ -1419,7 +1419,7 @@ static void boxPack_ToPyObject(PyObject *value, BoxPack **boxarray)
PyDoc_STRVAR(M_Geometry_box_pack_2d_doc,
".. function:: box_pack_2d(boxes)\n"
"\n"
" Returns the normal of the 3D tri or quad.\n"
" Returns a tuple with the width and height of the packed bounding box.\n"
"\n"
" :arg boxes: list of boxes, each box is a list where the first 4 items are [x, y, "
"width, height, ...] other items are ignored.\n"