Blender V5.0
BPy_IntegrationType.h File Reference
#include <Python.h>
#include "../view_map/Interface1D.h"

Go to the source code of this file.

Macros

#define BPy_IntegrationType_Check(v)

Functions

int IntegrationType_Init (PyObject *module)

Variables

PyTypeObject IntegrationType_Type

Macro Definition Documentation

◆ BPy_IntegrationType_Check

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

Definition at line 21 of file BPy_IntegrationType.h.

Referenced by integration_type_set(), integration_type_set(), integration_type_set(), integration_type_set(), integration_type_set(), integration_type_set(), integration_type_set(), and integration_type_set().

Function Documentation

◆ IntegrationType_Init()

int IntegrationType_Init ( PyObject * module)

Variable Documentation

◆ IntegrationType_Type