Blender V5.0
BPy_ViewVertex.h File Reference

Go to the source code of this file.

Classes

struct  BPy_ViewVertex

Macros

#define BPy_ViewVertex_Check(v)

Variables

PyTypeObject ViewVertex_Type

Macro Definition Documentation

◆ BPy_ViewVertex_Check

#define BPy_ViewVertex_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewVertex_Type))
PyTypeObject ViewVertex_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 19 of file BPy_ViewVertex.h.

Referenced by ViewEdge_first_viewvertex_set(), ViewEdge_last_viewvertex_set(), and ViewShape_vertices_set().

Variable Documentation

◆ ViewVertex_Type

PyTypeObject ViewVertex_Type
extern