[Bf-blender-cvs] [b29e37ed81f] master: Docs: add note for bmesh face_split_edgenet

Campbell Barton noreply at git.blender.org
Thu Oct 12 14:35:47 CEST 2017


Commit: b29e37ed81fdc4e6213602ca5a9d5095100ee513
Author: Campbell Barton
Date:   Thu Oct 12 22:46:04 2017 +1100
Branches: master
https://developer.blender.org/rBb29e37ed81fdc4e6213602ca5a9d5095100ee513

Docs: add note for bmesh face_split_edgenet

===================================================================

M	source/blender/python/bmesh/bmesh_py_utils.c

===================================================================

diff --git a/source/blender/python/bmesh/bmesh_py_utils.c b/source/blender/python/bmesh/bmesh_py_utils.c
index 89c196dbcad..fc0cd9e475b 100644
--- a/source/blender/python/bmesh/bmesh_py_utils.c
+++ b/source/blender/python/bmesh/bmesh_py_utils.c
@@ -565,6 +565,10 @@ PyDoc_STRVAR(bpy_bm_utils_face_split_edgenet_doc,
 "   :type edgenet: :class:`bmesh.types.BMEdge`\n"
 "   :return: The newly created faces.\n"
 "   :rtype: tuple of (:class:`bmesh.types.BMFace`)\n"
+"\n"
+"   .. note::\n"
+"\n"
+"      Regions defined by edges need to connect to the face, otherwise they're ignored as loose edges.\n"
 );
 static PyObject *bpy_bm_utils_face_split_edgenet(PyObject *UNUSED(self), PyObject *args, PyObject *kw)
 {



More information about the Bf-blender-cvs mailing list