Blender
V3.3
source
blender
freestyle
intern
python
StrokeShader
BPy_ConstrainedIncreasingThicknessShader.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
#include "../BPy_StrokeShader.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
16
17
extern
PyTypeObject
ConstrainedIncreasingThicknessShader_Type
;
18
19
#define BPy_ConstrainedIncreasingThicknessShader_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&ConstrainedIncreasingThicknessShader_Type))
21
22
/*---------------------------Python BPy_ConstrainedIncreasingThicknessShader structure
23
* definition----------*/
24
typedef
struct
{
25
BPy_StrokeShader
py_ss
;
26
}
BPy_ConstrainedIncreasingThicknessShader
;
27
29
30
#ifdef __cplusplus
31
}
32
#endif
ConstrainedIncreasingThicknessShader_Type
PyTypeObject ConstrainedIncreasingThicknessShader_Type
Definition:
BPy_ConstrainedIncreasingThicknessShader.cpp:62
BPy_ConstrainedIncreasingThicknessShader
Definition:
BPy_ConstrainedIncreasingThicknessShader.h:24
BPy_ConstrainedIncreasingThicknessShader::py_ss
BPy_StrokeShader py_ss
Definition:
BPy_ConstrainedIncreasingThicknessShader.h:25
BPy_StrokeShader
Definition:
BPy_StrokeShader.h:29
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1