From c01e43d024d50dd420e746610b1cf41973cdf2ca Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 31 May 2019 11:30:38 -0300 Subject: Update Python GPU example to latest depsgraph API --- doc/python_api/examples/gpu.10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/python_api/examples/gpu.10.py b/doc/python_api/examples/gpu.10.py index 6e7a3f6db6f..a4db576ecc0 100644 --- a/doc/python_api/examples/gpu.10.py +++ b/doc/python_api/examples/gpu.10.py @@ -24,7 +24,7 @@ def draw(): view_matrix = scene.camera.matrix_world.inverted() projection_matrix = scene.camera.calc_matrix_camera( - context.depsgraph, x=WIDTH, y=HEIGHT) + context.evaluated_depsgraph_get(), x=WIDTH, y=HEIGHT) offscreen.draw_view3d( scene, -- cgit v1.2.3