Blender
V3.3
source
blender
freestyle
intern
python
StrokeShader
BPy_StrokeTextureStepShader.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
#include <Python.h>
18
19
extern
PyTypeObject
StrokeTextureStepShader_Type
;
20
21
#define BPy_StrokeTextureStepShader_Check(v) \
22
(PyObject_IsInstance((PyObject *)v, (PyObject *)&StrokeTextureStepShader_Type))
23
24
/*---------------------------Python BPy_StrokeTextureStepShader structure definition----------*/
25
typedef
struct
{
26
BPy_StrokeShader
py_ss
;
27
}
BPy_StrokeTextureStepShader
;
28
30
31
#ifdef __cplusplus
32
}
33
#endif
StrokeTextureStepShader_Type
PyTypeObject StrokeTextureStepShader_Type
Definition:
BPy_StrokeTextureStepShader.cpp:56
BPy_StrokeShader
Definition:
BPy_StrokeShader.h:29
BPy_StrokeTextureStepShader
Definition:
BPy_StrokeTextureStepShader.h:25
BPy_StrokeTextureStepShader::py_ss
BPy_StrokeShader py_ss
Definition:
BPy_StrokeTextureStepShader.h:26
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1