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

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

Variable Documentation

◆ SmoothingShader_Type

PyTypeObject SmoothingShader_Type
extern

Definition at line 86 of file BPy_SmoothingShader.cpp.

Referenced by StrokeShader_Init().