Blender V4.3
BPy_ConstantThicknessShader.h File Reference

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
 

Macro Definition Documentation

◆ BPy_ConstantThicknessShader_Check

#define BPy_ConstantThicknessShader_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ConstantThicknessShader_Type))

Definition at line 21 of file BPy_ConstantThicknessShader.h.

Variable Documentation

◆ ConstantThicknessShader_Type

PyTypeObject ConstantThicknessShader_Type
extern

Definition at line 60 of file BPy_ConstantThicknessShader.cpp.

Referenced by StrokeShader_Init().