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

Go to the source code of this file.

Classes

struct  BPy_ColorNoiseShader
 

Macros

#define BPy_ColorNoiseShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&ColorNoiseShader_Type))
 

Variables

PyTypeObject ColorNoiseShader_Type
 

Macro Definition Documentation

◆ BPy_ColorNoiseShader_Check

#define BPy_ColorNoiseShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&ColorNoiseShader_Type))

Definition at line 19 of file BPy_ColorNoiseShader.h.

Variable Documentation

◆ ColorNoiseShader_Type

PyTypeObject ColorNoiseShader_Type
extern

Definition at line 56 of file BPy_ColorNoiseShader.cpp.

Referenced by StrokeShader_Init().