Blender
V4.3
source
blender
freestyle
intern
python
Interface1D
BPy_Stroke.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/Stroke.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
21
extern
PyTypeObject
Stroke_Type
;
22
23
#define BPy_Stroke_Check(v) (((PyObject *)v)->ob_type == &Stroke_Type)
24
25
/*---------------------------Python BPy_Stroke structure definition----------*/
26
typedef
struct
{
27
BPy_Interface1D
py_if1D
;
28
Freestyle::Stroke
*
s
;
29
}
BPy_Stroke
;
30
32
33
#ifdef __cplusplus
34
}
35
#endif
BPy_Interface1D.h
Stroke_Type
PyTypeObject Stroke_Type
Definition
BPy_Stroke.cpp:525
Stroke.h
Classes to define a stroke.
Freestyle::Stroke
Definition
Stroke.h:489
BPy_Interface1D
Definition
BPy_Interface1D.h:29
BPy_Stroke
Definition
BPy_Stroke.h:26
BPy_Stroke::py_if1D
BPy_Interface1D py_if1D
Definition
BPy_Stroke.h:27
BPy_Stroke::s
Freestyle::Stroke * s
Definition
BPy_Stroke.h:28
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0