Blender  V3.3
Classes | Macros | Variables
BPy_CalligraphicShader.h File Reference
#include "../BPy_StrokeShader.h"

Go to the source code of this file.

Classes

struct  BPy_CalligraphicShader
 

Macros

#define BPy_CalligraphicShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&CalligraphicShader_Type)
 

Variables

PyTypeObject CalligraphicShader_Type
 

Macro Definition Documentation

◆ BPy_CalligraphicShader_Check

#define BPy_CalligraphicShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&CalligraphicShader_Type)

Definition at line 19 of file BPy_CalligraphicShader.h.

Variable Documentation

◆ CalligraphicShader_Type

PyTypeObject CalligraphicShader_Type
extern

Definition at line 75 of file BPy_CalligraphicShader.cpp.

Referenced by StrokeShader_Init().