Blender
V3.3
source
blender
freestyle
intern
python
StrokeShader
BPy_SamplingShader.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
SamplingShader_Type
;
18
19
#define BPy_SamplingShader_Check(v) \
20
(PyObject_IsInstance((PyObject *)v, (PyObject *)&SamplingShader_Type))
21
22
/*---------------------------Python BPy_SamplingShader structure definition----------*/
23
typedef
struct
{
24
BPy_StrokeShader
py_ss
;
25
}
BPy_SamplingShader
;
26
28
29
#ifdef __cplusplus
30
}
31
#endif
SamplingShader_Type
PyTypeObject SamplingShader_Type
Definition:
BPy_SamplingShader.cpp:54
BPy_SamplingShader
Definition:
BPy_SamplingShader.h:23
BPy_SamplingShader::py_ss
BPy_StrokeShader py_ss
Definition:
BPy_SamplingShader.h:24
BPy_StrokeShader
Definition:
BPy_StrokeShader.h:29
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1