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

Go to the source code of this file.

Classes

struct  BPy_ViewVertex
 

Macros

#define BPy_ViewVertex_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewVertex_Type))
 

Variables

PyTypeObject ViewVertex_Type
 

Macro Definition Documentation

◆ BPy_ViewVertex_Check

#define BPy_ViewVertex_Check (   v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ViewVertex_Type))

Definition at line 21 of file BPy_ViewVertex.h.

Variable Documentation

◆ ViewVertex_Type

PyTypeObject ViewVertex_Type
extern