From f80fa544281afb22815ca083d0badd3a9979d17d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 14 Mar 2012 00:30:20 +0000 Subject: documentation edit to address bmesh py api bug [#30453] warn when addons are not found when running cmake. --- source/blender/python/bmesh/bmesh_py_types.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/python/bmesh') diff --git a/source/blender/python/bmesh/bmesh_py_types.c b/source/blender/python/bmesh/bmesh_py_types.c index 53f32292cc3..6d4d1b20e7b 100644 --- a/source/blender/python/bmesh/bmesh_py_types.c +++ b/source/blender/python/bmesh/bmesh_py_types.c @@ -938,6 +938,11 @@ PyDoc_STRVAR(bpy_bm_elem_select_set_doc, "\n" " :arg select: Select or de-select.\n" " :type select: boolean\n" +"\n" +" .. note::\n" +"\n" +" Currently this only flushes down, so selecting a face will select all its vertices but de-selecting a vertex " +" won't de-select all the faces that use it, before finishing with a mesh typically flushing is still needed.\n" ); static PyObject *bpy_bm_elem_select_set(BPy_BMElem *self, PyObject *value) { -- cgit v1.2.3