From 88d621a68f943f105e2ddf81542b54ac261397e2 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 9 Nov 2018 10:44:02 -0200 Subject: BKE_id_is_in_gobal_main > BKE_id_is_in_global_main --- source/blender/python/gpu/gpu_py_offscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/gpu') diff --git a/source/blender/python/gpu/gpu_py_offscreen.c b/source/blender/python/gpu/gpu_py_offscreen.c index 05e87cb0f53..f31b0e5eb3d 100644 --- a/source/blender/python/gpu/gpu_py_offscreen.c +++ b/source/blender/python/gpu/gpu_py_offscreen.c @@ -226,7 +226,7 @@ static PyObject *bpygpu_offscreen_draw_view3d(BPyGPUOffScreen *self, PyObject *a return NULL; } - BLI_assert(BKE_id_is_in_gobal_main(&scene->id)); + BLI_assert(BKE_id_is_in_global_main(&scene->id)); depsgraph = BKE_scene_get_depsgraph(scene, view_layer, true); -- cgit v1.2.3