Blender  V3.3
Classes | Macros | Functions | Variables
BPy_StrokeVertex.h File Reference
#include "../BPy_CurvePoint.h"
#include "../../../stroke/Stroke.h"

Go to the source code of this file.

Classes

struct  BPy_StrokeVertex
 

Macros

#define BPy_StrokeVertex_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type))
 

Functions

void StrokeVertex_mathutils_register_callback ()
 

Variables

PyTypeObject StrokeVertex_Type
 

Macro Definition Documentation

◆ BPy_StrokeVertex_Check

#define BPy_StrokeVertex_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type))

Definition at line 21 of file BPy_StrokeVertex.h.

Function Documentation

◆ StrokeVertex_mathutils_register_callback()

void StrokeVertex_mathutils_register_callback ( )

Variable Documentation

◆ StrokeVertex_Type

PyTypeObject StrokeVertex_Type
extern