Home
last modified time | relevance | path

Searched refs:PYOP_wrap_macro_define (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_operator_wrap.h30 PyObject *PYOP_wrap_macro_define(PyObject *self, PyObject *args);
H A Dbpy_operator_wrap.c155 PyObject *PYOP_wrap_macro_define(PyObject *UNUSED(self), PyObject *args) in PYOP_wrap_macro_define() function
H A Dbpy_operator.c468 {"macro_define", (PyCFunction)PYOP_wrap_macro_define, METH_VARARGS, NULL},