Blender V5.0
BPy_TVertex.h File Reference

Go to the source code of this file.

Classes

struct  BPy_TVertex

Macros

#define BPy_TVertex_Check(v)

Variables

PyTypeObject TVertex_Type

Macro Definition Documentation

◆ BPy_TVertex_Check

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

Definition at line 19 of file BPy_TVertex.h.

Variable Documentation

◆ TVertex_Type

PyTypeObject TVertex_Type
extern

Definition at line 229 of file BPy_TVertex.cpp.

Referenced by BPy_TVertex_from_TVertex(), and Interface0D_Init().