Blender
V5.0
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
8
9
#pragma once
10
11
#include "
../BPy_Interface1D.h
"
12
13
#include "
../../stroke/Stroke.h
"
14
16
17
extern
PyTypeObject
Stroke_Type
;
18
19
#define BPy_Stroke_Check(v) (((PyObject *)v)->ob_type == &Stroke_Type)
20
21
/*---------------------------Python BPy_Stroke structure definition----------*/
22
typedef
struct
{
23
BPy_Interface1D
py_if1D
;
24
Freestyle::Stroke
*
s
;
25
}
BPy_Stroke
;
26
BPy_Interface1D.h
Stroke_Type
PyTypeObject Stroke_Type
Definition
BPy_Stroke.cpp:523
Stroke.h
Classes to define a stroke.
Freestyle::Stroke
Definition
Stroke.h:483
BPy_Interface1D
Definition
BPy_Interface1D.h:25
BPy_Stroke
Definition
BPy_Stroke.h:22
BPy_Stroke::py_if1D
BPy_Interface1D py_if1D
Definition
BPy_Stroke.h:23
BPy_Stroke::s
Freestyle::Stroke * s
Definition
BPy_Stroke.h:24
Generated on
for Blender by
doxygen
1.16.1