Blender V5.0
BPy_UnaryFunction1DVoid.h File Reference

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction1DVoid

Macros

#define BPy_UnaryFunction1DVoid_Check(v)

Functions

int UnaryFunction1DVoid_Init (PyObject *module)

Variables

PyTypeObject UnaryFunction1DVoid_Type

Macro Definition Documentation

◆ BPy_UnaryFunction1DVoid_Check

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

Definition at line 17 of file BPy_UnaryFunction1DVoid.h.

Function Documentation

◆ UnaryFunction1DVoid_Init()

int UnaryFunction1DVoid_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction1DVoid_Type

PyTypeObject UnaryFunction1DVoid_Type
extern

Definition at line 168 of file BPy_UnaryFunction1DVoid.cpp.

Referenced by Operators_chain(), and UnaryFunction1DVoid_Init().