Blender  V3.3
Classes | Macros | Functions | Variables
BPy_UnaryFunction0DMaterial.h File Reference
#include "../BPy_UnaryFunction0D.h"
#include "../../scene_graph/FrsMaterial.h"

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 21 of file BPy_UnaryFunction0DMaterial.h.

Function Documentation

◆ UnaryFunction0DMaterial_Init()

int UnaryFunction0DMaterial_Init ( PyObject *  module)

Variable Documentation

◆ UnaryFunction0DMaterial_Type

PyTypeObject UnaryFunction0DMaterial_Type
extern

Definition at line 111 of file BPy_UnaryFunction0DMaterial.cpp.

Referenced by UnaryFunction0DMaterial_Init().