Blender V5.0
BPy_ConstantColorShader.h File Reference

Go to the source code of this file.

Classes

struct  BPy_ConstantColorShader

Macros

#define BPy_ConstantColorShader_Check(v)

Variables

PyTypeObject ConstantColorShader_Type

Macro Definition Documentation

◆ BPy_ConstantColorShader_Check

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

Definition at line 17 of file BPy_ConstantColorShader.h.

Variable Documentation

◆ ConstantColorShader_Type

PyTypeObject ConstantColorShader_Type
extern

Definition at line 61 of file BPy_ConstantColorShader.cpp.

Referenced by StrokeShader_Init().