Blender
V3.3
source
blender
python
bmesh
bmesh_py_ops_call.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2012 Blender Foundation. All rights reserved. */
3
8
#pragma once
9
10
typedef
struct
{
11
PyObject_HEAD
/* Required Python macro. */
12
const
char
*
opname
;
13
}
BPy_BMeshOpFunc
;
14
18
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.c:732
BPy_BMeshOpFunc
Definition:
bmesh_py_ops_call.h:10
BPy_BMeshOpFunc::opname
PyObject_HEAD const char * opname
Definition:
bmesh_py_ops_call.h:12
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1