Blender
V4.3
source
blender
freestyle
intern
python
BPy_MediumType.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
9
#pragma once
10
11
extern
"C"
{
12
#include <Python.h>
13
}
14
15
#include "
../stroke/Stroke.h
"
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
22
23
extern
PyTypeObject
MediumType_Type
;
24
25
#define BPy_MediumType_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&MediumType_Type))
26
27
/*---------------------------Python BPy_MediumType structure definition----------*/
28
typedef
struct
{
29
PyLongObject
i
;
30
}
BPy_MediumType
;
31
32
/*---------------------------Python BPy_MediumType visible prototypes-----------*/
33
34
int
MediumType_Init
(PyObject *
module
);
35
37
38
#ifdef __cplusplus
39
}
40
#endif
MediumType_Init
int MediumType_Init(PyObject *module)
Definition
BPy_MediumType.cpp:80
MediumType_Type
PyTypeObject MediumType_Type
Definition
BPy_MediumType.cpp:35
Stroke.h
Classes to define a stroke.
module
static struct PyModuleDef module
Definition
python.cpp:991
BPy_MediumType
Definition
BPy_MediumType.h:28
BPy_MediumType::i
PyLongObject i
Definition
BPy_MediumType.h:29
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0