Blender V4.3
BPy_NonTVertex.h File Reference

Go to the source code of this file.

Classes

struct  BPy_NonTVertex
 

Macros

#define BPy_NonTVertex_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&NonTVertex_Type))
 

Variables

PyTypeObject NonTVertex_Type
 

Macro Definition Documentation

◆ BPy_NonTVertex_Check

#define BPy_NonTVertex_Check ( v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&NonTVertex_Type))

Definition at line 23 of file BPy_NonTVertex.h.

Variable Documentation

◆ NonTVertex_Type

PyTypeObject NonTVertex_Type
extern

Definition at line 101 of file BPy_NonTVertex.cpp.

Referenced by BPy_NonTVertex_from_NonTVertex(), and Interface0D_Init().