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-08-20 16:01:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-20 16:13:42 +0300
commitadabc315e93b5595efc363545e13f11fbfedb6b8 (patch)
tree5cccb380444b42972dbf4bcdc33b9c8586a66c02 /source/blender/python/intern/CMakeLists.txt
parent59e10bae3cee6fae17bae8a568291ae9b852087f (diff)
PyAPI: add gpu.select (initial module)
This only exposes load_id, it's needed for Python manipulator drawing.
Diffstat (limited to 'source/blender/python/intern/CMakeLists.txt')
-rw-r--r--source/blender/python/intern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 3ea3f760951..8d2661f8c6f 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -48,6 +48,7 @@ set(SRC
gpu.c
gpu_offscreen.c
gpu_py_matrix.c
+ gpu_py_select.c
bpy.c
bpy_app.c
bpy_app_alembic.c