Cleanup: python doc-strings
Indentation & trailing space.
This commit is contained in:
@@ -115,7 +115,7 @@ static PyObject *bpy_bm_from_edit_mesh(PyObject *UNUSED(self), PyObject *value)
|
||||
PyDoc_STRVAR(bpy_bm_update_edit_mesh_doc,
|
||||
".. method:: update_edit_mesh(mesh, loop_triangles=True, destructive=True)\n"
|
||||
"\n"
|
||||
" Update the mesh after changes to the BMesh in editmode, \n"
|
||||
" Update the mesh after changes to the BMesh in editmode,\n"
|
||||
" optionally recalculating n-gon tessellation.\n"
|
||||
"\n"
|
||||
" :arg mesh: The editmode mesh.\n"
|
||||
|
||||
@@ -3275,10 +3275,10 @@ PyDoc_STRVAR(bpy_bmloop_doc,
|
||||
"This is normally accessed from :class:`BMFace.loops` where each face loop represents a corner of the face.\n"
|
||||
);
|
||||
PyDoc_STRVAR(bpy_bmelemseq_doc,
|
||||
"General sequence type used for accessing any sequence of \n"
|
||||
"General sequence type used for accessing any sequence of\n"
|
||||
":class:`BMVert`, :class:`BMEdge`, :class:`BMFace`, :class:`BMLoop`.\n"
|
||||
"\n"
|
||||
"When accessed via :class:`BMesh.verts`, :class:`BMesh.edges`, :class:`BMesh.faces` \n"
|
||||
"When accessed via :class:`BMesh.verts`, :class:`BMesh.edges`, :class:`BMesh.faces`\n"
|
||||
"there are also functions to create/remomove items.\n"
|
||||
);
|
||||
PyDoc_STRVAR(bpy_bmiter_doc,
|
||||
|
||||
Reference in New Issue
Block a user