Blender V4.3
BPy_PolygonalizationShader.h File Reference

Go to the source code of this file.

Classes

struct  BPy_PolygonalizationShader
 

Macros

#define BPy_PolygonalizationShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&PolygonalizationShader_Type))
 

Variables

PyTypeObject PolygonalizationShader_Type
 

Macro Definition Documentation

◆ BPy_PolygonalizationShader_Check

#define BPy_PolygonalizationShader_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&PolygonalizationShader_Type))

Definition at line 21 of file BPy_PolygonalizationShader.h.

Variable Documentation

◆ PolygonalizationShader_Type

PyTypeObject PolygonalizationShader_Type
extern

Definition at line 67 of file BPy_PolygonalizationShader.cpp.

Referenced by StrokeShader_Init().