Blender
V5.0
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
8
9
#pragma once
10
11
#include "
../BPy_FEdge.h
"
12
13
#include "
../../../view_map/Silhouette.h
"
14
16
17
extern
PyTypeObject
FEdgeSmooth_Type
;
18
19
#define BPy_FEdgeSmooth_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSmooth_Type))
21
22
/*---------------------------Python BPy_FEdgeSmooth structure definition----------*/
23
typedef
struct
{
24
BPy_FEdge
py_fe
;
25
Freestyle::FEdgeSmooth
*
fes
;
26
}
BPy_FEdgeSmooth
;
27
28
/*---------------------------Python BPy_FEdgeSmooth visible prototypes-----------*/
29
30
void
FEdgeSmooth_mathutils_register_callback
();
31
FEdgeSmooth_Type
PyTypeObject FEdgeSmooth_Type
Definition
BPy_FEdgeSmooth.cpp:239
FEdgeSmooth_mathutils_register_callback
void FEdgeSmooth_mathutils_register_callback()
Definition
BPy_FEdgeSmooth.cpp:130
BPy_FEdge.h
Silhouette.h
Classes to define a silhouette structure.
Freestyle::FEdgeSmooth
Definition
Silhouette.h:1268
BPy_FEdgeSmooth
Definition
BPy_FEdgeSmooth.h:23
BPy_FEdgeSmooth::py_fe
BPy_FEdge py_fe
Definition
BPy_FEdgeSmooth.h:24
BPy_FEdgeSmooth::fes
Freestyle::FEdgeSmooth * fes
Definition
BPy_FEdgeSmooth.h:25
BPy_FEdge
Definition
BPy_FEdge.h:22
Generated on
for Blender by
doxygen
1.16.1