Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | BPy_BMeshOpFunc |
Functions | |
PyObject * | BPy_BMO_call (BPy_BMeshOpFunc *self, PyObject *args, PyObject *kw) |
PyObject* BPy_BMO_call | ( | BPy_BMeshOpFunc * | self, |
PyObject * | args, | ||
PyObject * | kw | ||
) |
This is the __call__
for bmesh.ops.xxx()
.
Definition at line 732 of file bmesh_py_ops_call.c.
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(), MAX_SLOTNAME, NULL, pos, ret, self, BMOpSlot::slot_name, BMOperator::slots_in, BMOperator::slots_out, UNLIKELY, and BMesh::use_toolflags.