Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-03-04 05:32:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-03-04 05:32:40 +0300
commit6b9d73e8a7de9fa74c76856b564a09a401679a4e (patch)
treec968888182d3b0a141133b4b9e4520b25f07ba59 /source/blender/python
parent7b92b64742d671a6a858583928305a58739a037b (diff)
Cleanup: expose struct for ED_view3d_mats_rv3d_*
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/gpu_offscreen.c2
1 files changed, 1 insertions, 1 deletions
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);