Blender
V4.3
source
blender
freestyle
intern
python
Interface1D
FEdge
BPy_FEdgeSmooth.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_FEdge.h
"
12
13
#include "
../../../view_map/Silhouette.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
20
21
extern
PyTypeObject
FEdgeSmooth_Type
;
22
23
#define BPy_FEdgeSmooth_Check(v) \
24
(PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type))
25
26
/*---------------------------Python BPy_FEdgeSmooth structure definition----------*/
27
typedef
struct
{
28
BPy_FEdge
py_fe
;
29
Freestyle::FEdgeSmooth
*
fes
;
30
}
BPy_FEdgeSmooth
;
31
32
/*---------------------------Python BPy_FEdgeSmooth visible prototypes-----------*/
33
34
void
FEdgeSmooth_mathutils_register_callback
();
35
37
38
#ifdef __cplusplus
39
}
40
#endif
FEdgeSmooth_mathutils_register_callback
void FEdgeSmooth_mathutils_register_callback()
Definition
BPy_FEdgeSmooth.cpp:135
FEdgeSmooth_Type
PyTypeObject FEdgeSmooth_Type
Definition
BPy_FEdgeSmooth.cpp:248
BPy_FEdge.h
Silhouette.h
Classes to define a silhouette structure.
Freestyle::FEdgeSmooth
Definition
Silhouette.h:1276
BPy_FEdgeSmooth
Definition
BPy_FEdgeSmooth.h:27
BPy_FEdgeSmooth::py_fe
BPy_FEdge py_fe
Definition
BPy_FEdgeSmooth.h:28
BPy_FEdgeSmooth::fes
Freestyle::FEdgeSmooth * fes
Definition
BPy_FEdgeSmooth.h:29
BPy_FEdge
Definition
BPy_FEdge.h:26
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0