Blender V4.3
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)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeShader_Type))
 

Functions

int StrokeShader_Init (PyObject *module)
 

Variables

PyTypeObject StrokeShader_Type
 

Macro Definition Documentation

◆ BPy_StrokeShader_Check

#define BPy_StrokeShader_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeShader_Type))

Definition at line 27 of file BPy_StrokeShader.h.

Referenced by Operators_create().

Function Documentation

◆ StrokeShader_Init()

Variable Documentation

◆ StrokeShader_Type

PyTypeObject StrokeShader_Type
extern

Definition at line 261 of file BPy_StrokeShader.cpp.

Referenced by StrokeShader_Init().