|
Blender V4.3
|
#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 |
| #define BPy_ConstantColorShader_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&ConstantColorShader_Type)) |
Definition at line 21 of file BPy_ConstantColorShader.h.
|
extern |
Definition at line 66 of file BPy_ConstantColorShader.cpp.
Referenced by StrokeShader_Init().