Blender V4.3
BPy_ColorNoiseShader.h File Reference

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 21 of file BPy_ColorNoiseShader.h.

Variable Documentation

◆ ColorNoiseShader_Type

PyTypeObject ColorNoiseShader_Type
extern

Definition at line 60 of file BPy_ColorNoiseShader.cpp.

Referenced by StrokeShader_Init().