Blender
V5.0
source
blender
freestyle
intern
python
BPy_Operators.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
extern
"C"
{
12
#include <Python.h>
13
}
14
15
#include "
../stroke/Operators.h
"
16
18
19
extern
PyTypeObject
Operators_Type
;
20
21
#define BPy_Operators_Check(v) (PyObject_IsInstance((PyObject *)v, (PyObject *)&Operators_Type))
22
23
/*---------------------------Python BPy_Operators structure definition----------*/
24
typedef
struct
{
25
PyObject_HEAD
26
}
BPy_Operators
;
27
28
/*---------------------------Python BPy_Operators visible prototypes-----------*/
29
30
int
Operators_Init
(PyObject *
module
);
31
Operators_Type
PyTypeObject Operators_Type
Definition
BPy_Operators.cpp:797
Operators_Init
int Operators_Init(PyObject *module)
Definition
BPy_Operators.cpp:30
Operators.h
Class gathering stroke creation algorithms.
module
static struct PyModuleDef module
Definition
python.cpp:796
BPy_Operators
Definition
BPy_Operators.h:24
Generated on
for Blender by
doxygen
1.16.1