Blender
V5.0
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
8
9
#pragma once
10
11
#include <Python.h>
12
13
struct
BPy_BMeshOpFunc
{
14
PyObject_HEAD
/* Required Python macro. */
15
const
char
*
opname
;
16
};
17
21
[[nodiscard]] 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:750
self
PyObject * self
Definition
bpy_driver.cc:172
BPy_BMeshOpFunc
Definition
bmesh_py_ops_call.hh:13
BPy_BMeshOpFunc::opname
PyObject_HEAD const char * opname
Definition
bmesh_py_ops_call.hh:15
Generated on
for Blender by
doxygen
1.16.1