Blender  V3.3
BPy_UnaryFunction0DMaterial.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 #include "../BPy_UnaryFunction0D.h"
10 
11 #include "../../scene_graph/FrsMaterial.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 
19 extern PyTypeObject UnaryFunction0DMaterial_Type;
20 
21 #define BPy_UnaryFunction0DMaterial_Check(v) \
22  (PyObject_IsInstance((PyObject *)v, (PyObject *)&UnaryFunction0DMaterial_Type))
23 
24 /*---------------------------Python BPy_UnaryFunction0DMaterial structure definition----------*/
25 typedef struct {
29 
30 /*---------------------------Python BPy_UnaryFunction0DMaterial visible prototypes-----------*/
32 
34 
35 #ifdef __cplusplus
36 }
37 #endif
PyTypeObject UnaryFunction0DMaterial_Type
int UnaryFunction0DMaterial_Init(PyObject *module)
static struct PyModuleDef module
Definition: python.cpp:972
Freestyle::UnaryFunction0D< Freestyle::FrsMaterial > * uf0D_material