Blender  V3.3
Classes | Macros | Functions | Variables
BPy_SVertex.h File Reference
#include "../BPy_Interface0D.h"
#include "../../view_map/Silhouette.h"

Go to the source code of this file.

Classes

struct  BPy_SVertex
 

Macros

#define BPy_SVertex_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertex_Type))
 

Functions

void SVertex_mathutils_register_callback ()
 

Variables

PyTypeObject SVertex_Type
 

Macro Definition Documentation

◆ BPy_SVertex_Check

#define BPy_SVertex_Check (   v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&SVertex_Type))

Definition at line 21 of file BPy_SVertex.h.

Function Documentation

◆ SVertex_mathutils_register_callback()

void SVertex_mathutils_register_callback ( )

Variable Documentation

◆ SVertex_Type

PyTypeObject SVertex_Type
extern