Blender
V3.3
|
#include "../BPy_StrokeShader.h"
Go to the source code of this file.
Classes | |
struct | BPy_SamplingShader |
Macros | |
#define | BPy_SamplingShader_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&SamplingShader_Type)) |
Variables | |
PyTypeObject | SamplingShader_Type |
#define BPy_SamplingShader_Check | ( | v | ) | (PyObject_IsInstance((PyObject *)v, (PyObject *)&SamplingShader_Type)) |
Definition at line 19 of file BPy_SamplingShader.h.
|
extern |
Definition at line 54 of file BPy_SamplingShader.cpp.
Referenced by StrokeShader_Init().