Blender
V3.3
source
blender
python
intern
bpy_operator_wrap.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
struct
wmOperatorType
;
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
/* these are used for operator methods, used by bpy_operator.c */
16
PyObject *
PYOP_wrap_macro_define
(PyObject *
self
, PyObject *args);
17
18
/* exposed to rna/wm api */
23
void
BPY_RNA_operator_wrapper
(
struct
wmOperatorType
*
ot
,
void
*userdata);
28
void
BPY_RNA_operator_macro_wrapper
(
struct
wmOperatorType
*
ot
,
void
*userdata);
29
30
#ifdef __cplusplus
31
}
32
#endif
BPY_RNA_operator_wrapper
void BPY_RNA_operator_wrapper(struct wmOperatorType *ot, void *userdata)
Definition:
bpy_operator_wrap.c:105
PYOP_wrap_macro_define
PyObject * PYOP_wrap_macro_define(PyObject *self, PyObject *args)
BPY_RNA_operator_macro_wrapper
void BPY_RNA_operator_macro_wrapper(struct wmOperatorType *ot, void *userdata)
Definition:
bpy_operator_wrap.c:121
wmOperatorType
Definition:
WM_types.h:886
ot
wmOperatorType * ot
Definition:
wm_files.c:3479
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1