From 6b9d73e8a7de9fa74c76856b564a09a401679a4e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 4 Mar 2017 13:32:40 +1100 Subject: Cleanup: expose struct for ED_view3d_mats_rv3d_* --- source/blender/python/intern/gpu_offscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/intern/gpu_offscreen.c b/source/blender/python/intern/gpu_offscreen.c index c4863b2a92f..7711ce18bd0 100644 --- a/source/blender/python/intern/gpu_offscreen.c +++ b/source/blender/python/intern/gpu_offscreen.c @@ -202,7 +202,7 @@ static PyObject *pygpu_offscreen_draw_view3d(BPy_GPUOffScreen *self, PyObject *a ARegion *ar; GPUFX *fx; GPUFXSettings fx_settings; - void *rv3d_mats; + struct RV3DMatrixStore *rv3d_mats; BPY_GPU_OFFSCREEN_CHECK_OBJ(self); -- cgit v1.2.3