Blender  V3.3
Classes | Macros | Variables
BPy_Stroke.h File Reference
#include "../BPy_Interface1D.h"
#include "../../stroke/Stroke.h"

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 21 of file BPy_Stroke.h.

Variable Documentation

◆ Stroke_Type

PyTypeObject Stroke_Type
extern