Cleanup: remove unused perspective argument to off-screen drawing
Some callers were passing in dummy values, this can be accessed from `RegionView3D.is_persp` can be used to check this.
This commit is contained in:
@@ -265,7 +265,6 @@ static PyObject *bpygpu_offscreen_draw_view3d(BPyGPUOffScreen *self,
|
||||
(float(*)[4])py_mat_projection->matrix,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
"",
|
||||
false,
|
||||
self->ofs,
|
||||
|
Reference in New Issue
Block a user