Blender
V4.5
source
blender
freestyle
intern
python
BPy_Interface0D.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/Interface0D.h
"
16
18
19
extern
PyTypeObject
Interface0D_Type
;
20
21
#define BPy_Interface0D_Check(v) \
22
(PyObject_IsInstance((PyObject *)v, (PyObject *)&Interface0D_Type))
23
24
/*---------------------------Python BPy_Interface0D structure definition----------*/
25
typedef
struct
{
26
PyObject_HEAD
27
Freestyle::Interface0D
*
if0D
;
28
bool
borrowed
;
/* true if *if0D is a borrowed object */
29
}
BPy_Interface0D
;
30
31
/*---------------------------Python BPy_Interface0D visible prototypes-----------*/
32
33
int
Interface0D_Init
(PyObject *module);
34
Interface0D_Type
PyTypeObject Interface0D_Type
Definition
BPy_Interface0D.cpp:328
Interface0D_Init
int Interface0D_Init(PyObject *module)
Definition
BPy_Interface0D.cpp:26
Interface0D.h
Interface to 0D elements.
Freestyle::Interface0D
Definition
Interface0D.h:41
BPy_Interface0D
Definition
BPy_Interface0D.h:25
BPy_Interface0D::if0D
PyObject_HEAD Freestyle::Interface0D * if0D
Definition
BPy_Interface0D.h:27
BPy_Interface0D::borrowed
bool borrowed
Definition
BPy_Interface0D.h:28
Generated on
for Blender by
doxygen
1.18.0