Blender  V3.3
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 {
28 
30 
31 #ifdef __cplusplus
32 }
33 #endif
PyTypeObject StrokeTextureStepShader_Type