Blender  V3.3
Classes | Macros | Variables
BPy_StrokeTextureStepShader.h File Reference
#include "../BPy_StrokeShader.h"
#include <Python.h>

Go to the source code of this file.

Classes

struct  BPy_StrokeTextureStepShader
 

Macros

#define BPy_StrokeTextureStepShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeTextureStepShader_Type))
 

Variables

PyTypeObject StrokeTextureStepShader_Type
 

Macro Definition Documentation

◆ BPy_StrokeTextureStepShader_Check

#define BPy_StrokeTextureStepShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeTextureStepShader_Type))

Definition at line 21 of file BPy_StrokeTextureStepShader.h.

Variable Documentation

◆ StrokeTextureStepShader_Type

PyTypeObject StrokeTextureStepShader_Type
extern

Definition at line 56 of file BPy_StrokeTextureStepShader.cpp.

Referenced by StrokeShader_Init().