Blender V4.3
BPy_StrokeVertex.h File Reference

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 23 of file BPy_StrokeVertex.h.

Referenced by StrokeVertex_mathutils_check().

Function Documentation

◆ StrokeVertex_mathutils_register_callback()

void StrokeVertex_mathutils_register_callback ( )

Variable Documentation

◆ StrokeVertex_Type

PyTypeObject StrokeVertex_Type
extern