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

Go to the source code of this file.

Classes

struct  BPy_SamplingShader
 

Macros

#define BPy_SamplingShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&SamplingShader_Type))
 

Variables

PyTypeObject SamplingShader_Type
 

Macro Definition Documentation

◆ BPy_SamplingShader_Check

#define BPy_SamplingShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&SamplingShader_Type))

Definition at line 19 of file BPy_SamplingShader.h.

Variable Documentation

◆ SamplingShader_Type

PyTypeObject SamplingShader_Type
extern

Definition at line 54 of file BPy_SamplingShader.cpp.

Referenced by StrokeShader_Init().