Blender V4.3
BPy_TVertex.h File Reference

Go to the source code of this file.

Classes

struct  BPy_TVertex
 

Macros

#define BPy_TVertex_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&TVertex_Type))
 

Variables

PyTypeObject TVertex_Type
 

Macro Definition Documentation

◆ BPy_TVertex_Check

#define BPy_TVertex_Check ( v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&TVertex_Type))

Definition at line 23 of file BPy_TVertex.h.

Variable Documentation

◆ TVertex_Type

PyTypeObject TVertex_Type
extern

Definition at line 220 of file BPy_TVertex.cpp.

Referenced by BPy_TVertex_from_TVertex(), and Interface0D_Init().