Blender V4.3
BPy_UnaryFunction0DMaterial.h File Reference

Go to the source code of this file.

Classes

struct  BPy_UnaryFunction0DMaterial
 

Macros

#define BPy_UnaryFunction0DMaterial_Check(v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DMaterial_Type))
 

Functions

int UnaryFunction0DMaterial_Init (PyObject *module)
 

Variables

PyTypeObject UnaryFunction0DMaterial_Type
 

Macro Definition Documentation

◆ BPy_UnaryFunction0DMaterial_Check

#define BPy_UnaryFunction0DMaterial_Check ( v)     (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DMaterial_Type))

Definition at line 23 of file BPy_UnaryFunction0DMaterial.h.

Referenced by Director_BPy_UnaryFunction0D___call__().

Function Documentation

◆ UnaryFunction0DMaterial_Init()

int UnaryFunction0DMaterial_Init ( PyObject * module)

Variable Documentation

◆ UnaryFunction0DMaterial_Type

PyTypeObject UnaryFunction0DMaterial_Type
extern

Definition at line 115 of file BPy_UnaryFunction0DMaterial.cpp.

Referenced by UnaryFunction0DMaterial_Init().