Python: Unable to use gpu.state.scissor_test_set. #105850

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:python-fix-scissor into blender-v3.5-release 2023-03-17 08:04:06 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ static struct PyMethodDef pygpu_state__tp_methods[] = {
pygpu_state_scissor_get_doc},
{"scissor_test_set",
(PyCFunction)pygpu_state_scissor_test_set,
METH_VARARGS,
METH_O,
pygpu_state_scissor_test_set_doc},
{"line_width_set",
(PyCFunction)pygpu_state_line_width_set,