Blender V5.0
BPy_MediumType.h File Reference
#include <Python.h>
#include "../stroke/Stroke.h"

Go to the source code of this file.

Classes

struct  BPy_MediumType

Macros

#define BPy_MediumType_Check(v)

Functions

int MediumType_Init (PyObject *module)

Variables

PyTypeObject MediumType_Type

Macro Definition Documentation

◆ BPy_MediumType_Check

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

Definition at line 21 of file BPy_MediumType.h.

Referenced by Stroke_medium_type_set().

Function Documentation

◆ MediumType_Init()

int MediumType_Init ( PyObject * module)

Definition at line 75 of file BPy_MediumType.cpp.

References MediumType_Type, and module.

Referenced by Freestyle_Init().

Variable Documentation

◆ MediumType_Type

PyTypeObject MediumType_Type
extern

Definition at line 30 of file BPy_MediumType.cpp.

Referenced by BPy_MediumType_from_MediumType(), and MediumType_Init().