Blender
V4.3
source
blender
python
intern
bpy_operator_wrap.hh
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
struct
wmOperatorType
;
12
18
PyObject *
PYOP_wrap_macro_define
(PyObject *
self
, PyObject *args);
19
20
/* Exposed to RNA/WM API. */
21
26
void
BPY_RNA_operator_wrapper
(
wmOperatorType
*
ot
,
void
*userdata);
31
void
BPY_RNA_operator_macro_wrapper
(
wmOperatorType
*
ot
,
void
*userdata);
self
PyObject * self
Definition
bpy_driver.cc:166
BPY_RNA_operator_macro_wrapper
void BPY_RNA_operator_macro_wrapper(wmOperatorType *ot, void *userdata)
Definition
bpy_operator_wrap.cc:104
PYOP_wrap_macro_define
PyObject * PYOP_wrap_macro_define(PyObject *self, PyObject *args)
Definition
bpy_operator_wrap.cc:125
BPY_RNA_operator_wrapper
void BPY_RNA_operator_wrapper(wmOperatorType *ot, void *userdata)
Definition
bpy_operator_wrap.cc:88
wmOperatorType
Definition
WM_types.hh:988
ot
wmOperatorType * ot
Definition
wm_files.cc:4125
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0