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

Go to the source code of this file.

Classes

struct  BPy_IncreasingColorShader
 

Macros

#define BPy_IncreasingColorShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&IncreasingColorShader_Type))
 

Variables

PyTypeObject IncreasingColorShader_Type
 

Macro Definition Documentation

◆ BPy_IncreasingColorShader_Check

#define BPy_IncreasingColorShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&IncreasingColorShader_Type))

Definition at line 19 of file BPy_IncreasingColorShader.h.

Variable Documentation

◆ IncreasingColorShader_Type

PyTypeObject IncreasingColorShader_Type
extern

Definition at line 84 of file BPy_IncreasingColorShader.cpp.

Referenced by StrokeShader_Init().