Cleanup: Remove misleading comment

Python isn't doing any conversion here. We just do a regular lookup of
the given enum identifier in the RNA enum definition.
This commit is contained in:
Julian Eisel 2021-11-05 15:09:16 +01:00
parent 29efd26e71
commit 2986924301
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ static PyObject *pyop_call(PyObject *UNUSED(self), PyObject *args)
PyObject *kw = NULL; /* optional args */
PyObject *context_dict = NULL; /* optional args */
/* note that context is an int, python does the conversion in this case */
wmOperatorCallContext context = WM_OP_EXEC_DEFAULT;
int is_undo = false;