Blender V4.3
BPy_ConstantColorShader.h File Reference

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

Variable Documentation

◆ ConstantColorShader_Type

PyTypeObject ConstantColorShader_Type
extern

Definition at line 66 of file BPy_ConstantColorShader.cpp.

Referenced by StrokeShader_Init().