Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/bmesh/bmesh_py_types.c
| Context not available. | |||||
| " .. note::\n" | " .. note::\n" | ||||
| "\n" | "\n" | ||||
| " Running this on sequences besides :class:`BMesh.verts`, :class:`BMesh.edges`, :class:`BMesh.faces`\n" | " Running this on sequences besides :class:`BMesh.verts`, :class:`BMesh.edges`, :class:`BMesh.faces`\n" | ||||
| " works but wont result in each element having a valid index, insted its order in the sequence will be set.\n" | " works but won't result in each element having a valid index, insted its order in the sequence will be set.\n" | ||||
| ); | ); | ||||
| static PyObject *bpy_bmelemseq_index_update(BPy_BMElemSeq *self) | static PyObject *bpy_bmelemseq_index_update(BPy_BMElemSeq *self) | ||||
| { | { | ||||
| Context not available. | |||||
| /** | /** | ||||
| * Use for error strings only, not thread safe, | * Use for error strings only, not thread safe, | ||||
| * | * | ||||
| * \return a sting like '(BMVert/BMEdge/BMFace/BMLoop)' | * \return a string like '(BMVert/BMEdge/BMFace/BMLoop)' | ||||
| */ | */ | ||||
| char *BPy_BMElem_StringFromHType_ex(const char htype, char ret[32]) | char *BPy_BMElem_StringFromHType_ex(const char htype, char ret[32]) | ||||
| { | { | ||||
| Context not available. | |||||