Blender
V4.5
source
blender
freestyle
intern
python
BPy_IntegrationType.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
extern
"C"
{
12
#include <Python.h>
13
}
14
15
#include "
../view_map/Interface1D.h
"
16
18
19
extern
PyTypeObject
IntegrationType_Type
;
20
21
#define BPy_IntegrationType_Check(v) \
22
(PyObject_IsInstance((PyObject *)v, (PyObject *)&IntegrationType_Type))
23
24
/*---------------------------Python BPy_IntegrationType visible prototypes-----------*/
25
26
int
IntegrationType_Init
(PyObject *module);
27
IntegrationType_Type
PyTypeObject IntegrationType_Type
Definition
BPy_IntegrationType.cpp:170
IntegrationType_Init
int IntegrationType_Init(PyObject *module)
Definition
BPy_IntegrationType.cpp:214
Interface1D.h
Interface 1D and related tools definitions.
Generated on
for Blender by
doxygen
1.18.0