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

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

Variable Documentation

◆ NonTVertex_Type

PyTypeObject NonTVertex_Type
extern

Definition at line 95 of file BPy_NonTVertex.cpp.

Referenced by BPy_NonTVertex_from_NonTVertex(), and Interface0D_Init().