Blender  V3.3
Classes | Macros | Variables
BPy_PolygonalizationShader.h File Reference
#include "../BPy_StrokeShader.h"

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 19 of file BPy_PolygonalizationShader.h.

Variable Documentation

◆ PolygonalizationShader_Type

PyTypeObject PolygonalizationShader_Type
extern

Definition at line 63 of file BPy_PolygonalizationShader.cpp.

Referenced by StrokeShader_Init().