Blender V4.3
BPy_Stroke.h File Reference

Go to the source code of this file.

Classes

struct  BPy_Stroke
 

Macros

#define BPy_Stroke_Check(v)   (((PyObject *)v)->ob_type == &Stroke_Type)
 

Variables

PyTypeObject Stroke_Type
 

Macro Definition Documentation

◆ BPy_Stroke_Check

#define BPy_Stroke_Check ( v)    (((PyObject *)v)->ob_type == &Stroke_Type)

Definition at line 23 of file BPy_Stroke.h.

Variable Documentation

◆ Stroke_Type

PyTypeObject Stroke_Type
extern