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

Go to the source code of this file.

Classes

struct  BPy_BlenderTextureShader
 

Macros

#define BPy_BlenderTextureShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&BlenderTextureShader_Type))
 

Variables

PyTypeObject BlenderTextureShader_Type
 

Macro Definition Documentation

◆ BPy_BlenderTextureShader_Check

#define BPy_BlenderTextureShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&BlenderTextureShader_Type))

Definition at line 21 of file BPy_BlenderTextureShader.h.

Variable Documentation

◆ BlenderTextureShader_Type

PyTypeObject BlenderTextureShader_Type
extern

Definition at line 77 of file BPy_BlenderTextureShader.cpp.

Referenced by StrokeShader_Init().