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