Blender  V3.3
Classes | Macros | Functions | Variables
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 25 of file BPy_StrokeShader.h.

Function Documentation

◆ StrokeShader_Init()

int StrokeShader_Init ( PyObject *  module)

Variable Documentation

◆ StrokeShader_Type

PyTypeObject StrokeShader_Type
extern

Definition at line 268 of file BPy_StrokeShader.cpp.

Referenced by StrokeShader_Init().