Blender V5.0
BPy_StrokeShader.h File Reference
#include <Python.h>
#include "../system/FreestyleConfig.h"
#include "../stroke/StrokeShader.h"

Go to the source code of this file.

Classes

struct  BPy_StrokeShader

Macros

#define BPy_StrokeShader_Check(v)

Functions

int StrokeShader_Init (PyObject *module)

Variables

PyTypeObject StrokeShader_Type

Macro Definition Documentation

◆ BPy_StrokeShader_Check

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

Definition at line 23 of file BPy_StrokeShader.h.

Referenced by Operators_create().

Function Documentation

◆ StrokeShader_Init()

Variable Documentation

◆ StrokeShader_Type

PyTypeObject StrokeShader_Type
extern

Definition at line 272 of file BPy_StrokeShader.cpp.

Referenced by StrokeShader_Init().