From 6d04e48539ce50f0de9cc73a36e7733aee608773 Mon Sep 17 00:00:00 2001 From: mano-wii Date: Wed, 5 Sep 2018 21:10:42 -0300 Subject: Join the python modules `gpu` and `_gpu` into one. Maybe it's still early to set the new drawing api for python. But joining these two modules is an initial step. ``` >>> gpu. matrix select types ``` ``` >>> gpu.types.GPU Batch( OffScreen( VertBuf( VertFormat( ``` The creation of a new offscreen object is now done by the `GPUOffscreen.__new__` method. Reviewers: campbellbarton, dfelinto Reviewed By: campbellbarton, dfelinto Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D3667 --- source/blender/python/intern/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/python/intern/CMakeLists.txt') diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt index 3255fb49667..1390b97af33 100644 --- a/source/blender/python/intern/CMakeLists.txt +++ b/source/blender/python/intern/CMakeLists.txt @@ -82,10 +82,6 @@ set(SRC bpy_traceback.c bpy_utils_previews.c bpy_utils_units.c - gpu.c - gpu_offscreen.c - gpu_py_matrix.c - gpu_py_select.c stubs.c bpy.h @@ -120,7 +116,6 @@ set(SRC bpy_traceback.h bpy_utils_previews.h bpy_utils_units.h - gpu.h ../BPY_extern.h ../BPY_extern_clog.h ) -- cgit v1.2.3