Blender
V5.0
source
blender
freestyle
intern
python
StrokeShader
BPy_SmoothingShader.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_StrokeShader.h
"
12
14
15
extern
PyTypeObject
SmoothingShader_Type
;
16
17
#define BPy_SmoothingShader_Check(v) \
18
(PyObject_IsInstance((PyObject *)v, (PyObject *)&SmoothingShader_Type))
19
20
/*---------------------------Python BPy_SmoothingShader structure definition----------*/
21
typedef
struct
{
22
BPy_StrokeShader
py_ss
;
23
}
BPy_SmoothingShader
;
24
SmoothingShader_Type
PyTypeObject SmoothingShader_Type
Definition
BPy_SmoothingShader.cpp:86
BPy_StrokeShader.h
BPy_SmoothingShader
Definition
BPy_SmoothingShader.h:21
BPy_SmoothingShader::py_ss
BPy_StrokeShader py_ss
Definition
BPy_SmoothingShader.h:22
BPy_StrokeShader
Definition
BPy_StrokeShader.h:27
Generated on
for Blender by
doxygen
1.16.1