From 8a254b62710ac2efde76716ccf064287777b6905 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Aug 2017 12:40:36 +1000 Subject: Docs: BMesh.from_mesh behavior w/ multiple calls --- source/blender/python/bmesh/bmesh_py_types.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/blender/python') diff --git a/source/blender/python/bmesh/bmesh_py_types.c b/source/blender/python/bmesh/bmesh_py_types.c index b20c03bee28..b31d22f2d69 100644 --- a/source/blender/python/bmesh/bmesh_py_types.c +++ b/source/blender/python/bmesh/bmesh_py_types.c @@ -1049,6 +1049,13 @@ PyDoc_STRVAR(bpy_bmesh_from_mesh_doc, " :type use_shape_key: boolean\n" " :arg shape_key_index: The shape key index to use.\n" " :type shape_key_index: int\n" +"\n" +" .. note::\n" +"\n" +" Multiple calls can be used to join multiple meshes.\n" +"\n" +" Custom-data layers are only copied from ``mesh`` on initialization.\n" +" Further calls will copy custom-data to matching layers, layers missing on the target mesh wont be added.\n" ); static PyObject *bpy_bmesh_from_mesh(BPy_BMesh *self, PyObject *args, PyObject *kw) { -- cgit v1.2.3