Blender V5.0
BPy_SmoothingShader.h File Reference

Go to the source code of this file.

Classes

struct  BPy_SmoothingShader

Macros

#define BPy_SmoothingShader_Check(v)

Variables

PyTypeObject SmoothingShader_Type

Macro Definition Documentation

◆ BPy_SmoothingShader_Check

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

Definition at line 17 of file BPy_SmoothingShader.h.

Variable Documentation

◆ SmoothingShader_Type

PyTypeObject SmoothingShader_Type
extern

Definition at line 86 of file BPy_SmoothingShader.cpp.

Referenced by StrokeShader_Init().