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

Go to the source code of this file.

Classes

struct  BPy_ConstantColorShader
 

Macros

#define BPy_ConstantColorShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ConstantColorShader_Type))
 

Variables

PyTypeObject ConstantColorShader_Type
 

Macro Definition Documentation

◆ BPy_ConstantColorShader_Check

#define BPy_ConstantColorShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ConstantColorShader_Type))

Definition at line 19 of file BPy_ConstantColorShader.h.

Variable Documentation

◆ ConstantColorShader_Type

PyTypeObject ConstantColorShader_Type
extern

Definition at line 62 of file BPy_ConstantColorShader.cpp.

Referenced by StrokeShader_Init().