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