Blender  V3.3
Classes | Macros | Variables
BPy_TVertex.h File Reference
#include "../BPy_ViewVertex.h"
#include "../../../view_map/ViewMap.h"

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 21 of file BPy_TVertex.h.

Variable Documentation

◆ TVertex_Type

PyTypeObject TVertex_Type
extern

Definition at line 205 of file BPy_TVertex.cpp.

Referenced by BPy_TVertex_from_TVertex(), and Interface0D_Init().