Blender V5.0
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)

Variables

PyTypeObject BlenderTextureShader_Type

Macro Definition Documentation

◆ BPy_BlenderTextureShader_Check

#define BPy_BlenderTextureShader_Check ( v)
Value:
(PyObject_IsInstance((PyObject *)v, (PyObject *)&BlenderTextureShader_Type))
PyTypeObject BlenderTextureShader_Type
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 19 of file BPy_BlenderTextureShader.h.

Variable Documentation

◆ BlenderTextureShader_Type

PyTypeObject BlenderTextureShader_Type
extern

Definition at line 76 of file BPy_BlenderTextureShader.cpp.

Referenced by StrokeShader_Init().