Blender
V4.3
source
blender
freestyle
intern
python
UnaryFunction0D
UnaryFunction0D_Id
BPy_ShapeIdF0D.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
9
#pragma once
10
11
#include "
../BPy_UnaryFunction0DId.h
"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
18
19
extern
PyTypeObject
ShapeIdF0D_Type
;
20
21
#define BPy_ShapeIdF0D_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&ShapeIdF0D_Type))
22
23
/*---------------------------Python BPy_ShapeIdF0D structure definition----------*/
24
typedef
struct
{
25
BPy_UnaryFunction0DId
py_uf0D_id
;
26
}
BPy_ShapeIdF0D
;
27
29
30
#ifdef __cplusplus
31
}
32
#endif
ShapeIdF0D_Type
PyTypeObject ShapeIdF0D_Type
Definition
BPy_ShapeIdF0D.cpp:64
BPy_UnaryFunction0DId.h
BPy_ShapeIdF0D
Definition
BPy_ShapeIdF0D.h:24
BPy_ShapeIdF0D::py_uf0D_id
BPy_UnaryFunction0DId py_uf0D_id
Definition
BPy_ShapeIdF0D.h:25
BPy_UnaryFunction0DId
Definition
BPy_UnaryFunction0DId.h:27
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0