Blender  V3.3
Classes | Macros | Variables
BPy_GuidingLinesShader.h File Reference
#include "../BPy_StrokeShader.h"

Go to the source code of this file.

Classes

struct  BPy_GuidingLinesShader
 

Macros

#define BPy_GuidingLinesShader_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&GuidingLinesShader_Type))
 

Variables

PyTypeObject GuidingLinesShader_Type
 

Macro Definition Documentation

◆ BPy_GuidingLinesShader_Check

#define BPy_GuidingLinesShader_Check (   v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&GuidingLinesShader_Type))

Definition at line 19 of file BPy_GuidingLinesShader.h.

Variable Documentation

◆ GuidingLinesShader_Type

PyTypeObject GuidingLinesShader_Type
extern

Definition at line 64 of file BPy_GuidingLinesShader.cpp.

Referenced by StrokeShader_Init().