Blender V5.0
BPy_StrokeVertex.h File Reference

Go to the source code of this file.

Classes

struct  BPy_StrokeVertex

Macros

#define BPy_StrokeVertex_Check(v)

Functions

void StrokeVertex_mathutils_register_callback ()

Variables

PyTypeObject StrokeVertex_Type

Macro Definition Documentation

◆ BPy_StrokeVertex_Check

#define BPy_StrokeVertex_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeVertex_Type))
PyTypeObject StrokeVertex_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 19 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