Blender
V4.3
source
blender
freestyle
intern
python
Interface1D
BPy_FrsCurve.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_Interface1D.h
"
12
13
#include "
../../stroke/Curve.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
21
extern
PyTypeObject
FrsCurve_Type
;
22
23
#define BPy_FrsCurve_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&FrsCurve_Type))
24
25
/*---------------------------Python BPy_FrsCurve structure definition----------*/
26
typedef
struct
{
27
BPy_Interface1D
py_if1D
;
28
Freestyle::Curve
*
c
;
29
}
BPy_FrsCurve
;
30
32
33
#ifdef __cplusplus
34
}
35
#endif
FrsCurve_Type
PyTypeObject FrsCurve_Type
Definition
BPy_FrsCurve.cpp:189
BPy_Interface1D.h
Curve.h
Class to define a container for curves.
Freestyle::Curve
Definition
Curve.h:363
BPy_FrsCurve
Definition
BPy_FrsCurve.h:26
BPy_FrsCurve::py_if1D
BPy_Interface1D py_if1D
Definition
BPy_FrsCurve.h:27
BPy_FrsCurve::c
Freestyle::Curve * c
Definition
BPy_FrsCurve.h:28
BPy_Interface1D
Definition
BPy_Interface1D.h:29
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0