Blender
V4.3
source
blender
python
bmesh
bmesh_py_ops_call.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2012 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
struct
BPy_BMeshOpFunc
{
12
PyObject_HEAD
/* Required Python macro. */
13
const
char
*
opname
;
14
};
15
19
PyObject *
BPy_BMO_call
(
BPy_BMeshOpFunc
*
self
, PyObject *args, PyObject *kw);
BPy_BMO_call
PyObject * BPy_BMO_call(BPy_BMeshOpFunc *self, PyObject *args, PyObject *kw)
Definition
bmesh_py_ops_call.cc:745
self
PyObject * self
Definition
bpy_driver.cc:166
BPy_BMeshOpFunc
Definition
bmesh_py_ops_call.hh:11
BPy_BMeshOpFunc::opname
PyObject_HEAD const char * opname
Definition
bmesh_py_ops_call.hh:13
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0