Blender  V2.93
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 33 of file BPy_IncreasingColorShader.h.

Variable Documentation

◆ IncreasingColorShader_Type

PyTypeObject IncreasingColorShader_Type
extern

Definition at line 98 of file BPy_IncreasingColorShader.cpp.

Referenced by StrokeShader_Init().