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 Commits

Author SHA1 Message Date
Jeroen Bakker c33b972a99 Python: Unable to use `gpu.state.scissor_test_set`.
`scissor_test_set` wasn't able to parse the arguments that were
passed correctly, due to incorrect control data during functino
registration.

This patch uses the correct control data during registration and
is able to parse arguments.

Ref: #104911
2023-03-17 07:59:33 +01:00