From cb67873ac5215e8331ceadf98d80e740eaed28be Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 17 Aug 2017 20:32:42 +1000 Subject: PyAPI: Iniital gawain API for Python Wraps vertex-format, vertex-buffer and batch's (enough for drawing). Doesn't yet expose index-buffers or shaders. --- source/blender/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/CMakeLists.txt') diff --git a/source/blender/python/CMakeLists.txt b/source/blender/python/CMakeLists.txt index e855f3a3756..8d26fee0abd 100644 --- a/source/blender/python/CMakeLists.txt +++ b/source/blender/python/CMakeLists.txt @@ -17,6 +17,7 @@ # ***** END GPL LICENSE BLOCK ***** add_subdirectory(intern) +add_subdirectory(gawain) add_subdirectory(generic) add_subdirectory(mathutils) add_subdirectory(bmesh) -- cgit v1.2.3