Merge branch 'blender-v3.5-release'

This commit is contained in:
2023-03-17 10:08:42 +01:00
6 changed files with 15 additions and 4 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,