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

Go to the source code of this file.

Classes

struct  BPy_SpatialNoiseShader
 

Macros

#define BPy_SpatialNoiseShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&SpatialNoiseShader_Type))
 

Variables

PyTypeObject SpatialNoiseShader_Type
 

Macro Definition Documentation

◆ BPy_SpatialNoiseShader_Check

#define BPy_SpatialNoiseShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&SpatialNoiseShader_Type))

Definition at line 19 of file BPy_SpatialNoiseShader.h.

Variable Documentation

◆ SpatialNoiseShader_Type

PyTypeObject SpatialNoiseShader_Type
extern

Definition at line 80 of file BPy_SpatialNoiseShader.cpp.

Referenced by StrokeShader_Init().