|
Blender V5.0
|
#include <Python.h>Go to the source code of this file.
Classes | |
| struct | BPy_BMeshOpFunc |
Functions | |
| PyObject * | BPy_BMO_call (BPy_BMeshOpFunc *self, PyObject *args, PyObject *kw) |
|
nodiscard |
This is the __call__ for bmesh.ops.xxx().
Definition at line 750 of file bmesh_py_ops_call.cc.
References BLI_assert, bm, BPy_BMesh::bm, BMO_error_clear(), BMO_FLAG_DEFAULTS, BMO_op_exec(), BMO_op_finish(), BMO_op_init(), BMO_slot_exists(), BMO_slot_get(), BPY_BM_CHECK_OBJ, bpy_bm_op_as_py_error(), BPy_BMesh_Check, bpy_slot_from_py(), bpy_slot_to_py(), i, MAX_SLOTNAME, pos, Py_DECREF(), ret, self, BMOpSlot::slot_name, BMOperator::slots_in, BMOperator::slots_out, and UNLIKELY.