Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2020-05-08 15:09:55 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-05-11 22:18:42 +0300
commit8956e9e5f6c0d576449162ac775a62d4b42ee621 (patch)
tree8435b974bf55c3a6f9446820a8e8cb9ce28c34f7 /source/blender/python/mathutils
parenta116912fd62d9d611bb767b5b6ee90b311cb52c7 (diff)
Fix mathutils box_pack_2d docstring
Differential Revision: https://developer.blender.org/D7667
Diffstat (limited to 'source/blender/python/mathutils')
-rw-r--r--source/blender/python/mathutils/mathutils_geometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/mathutils/mathutils_geometry.c b/source/blender/python/mathutils/mathutils_geometry.c
index 105cf96a17e..59c0021e0f3 100644
--- a/source/blender/python/mathutils/mathutils_geometry.c
+++ b/source/blender/python/mathutils/mathutils_geometry.c
@@ -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"