Blender V4.3
BPy_SmoothingShader.h File Reference

Go to the source code of this file.

Classes

struct  BPy_SmoothingShader
 

Macros

#define BPy_SmoothingShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&SmoothingShader_Type))
 

Variables

PyTypeObject SmoothingShader_Type
 

Macro Definition Documentation

◆ BPy_SmoothingShader_Check

#define BPy_SmoothingShader_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&SmoothingShader_Type))

Definition at line 21 of file BPy_SmoothingShader.h.

Variable Documentation

◆ SmoothingShader_Type

PyTypeObject SmoothingShader_Type
extern

Definition at line 91 of file BPy_SmoothingShader.cpp.

Referenced by StrokeShader_Init().