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>2018-06-07 08:41:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-07 09:00:13 +0300
commit409cfba1a3cdec228c7f93aa8c1fbc912a6d6525 (patch)
tree1e861d68d3903e4cda9841a10b9725cc2feb7a76 /source/blender/python/generic/CMakeLists.txt
parent0e68751b8a0bac59a275b1fe3d818b8259d1cc7f (diff)
Python API: Initial 'imbuf' API
Support only basic operations new/load/write & resize. Add now so we can extend as needed & more easily accept patches.
Diffstat (limited to 'source/blender/python/generic/CMakeLists.txt')
-rw-r--r--source/blender/python/generic/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt
index 77214322b88..9a5a3fddff0 100644
--- a/source/blender/python/generic/CMakeLists.txt
+++ b/source/blender/python/generic/CMakeLists.txt
@@ -39,12 +39,14 @@ set(SRC
bpy_internal_import.c
bpy_threads.c
idprop_py_api.c
+ imbuf_py_api.c
py_capi_utils.c
bgl.h
blf_py_api.h
bpy_internal_import.h
idprop_py_api.h
+ imbuf_py_api.h
py_capi_utils.h
# header-only