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>2016-03-03 05:11:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-03 13:50:20 +0300
commit3e5414e490a67adecb7364a53d09767d718c9025 (patch)
tree02c152346248b98cca2b9d84fee5c815e9c8e887 /source/blender/python/intern/CMakeLists.txt
parentb02b8a3c003be496fc685a05f5c469b65743006a (diff)
PyAPI: API for selectively writing data-blocks
Useful for writing asset-libraries to a file, eg. `bpy.data.libraries.write(filepath, datablocks, relative_remap=False, fake_user=False)`
Diffstat (limited to 'source/blender/python/intern/CMakeLists.txt')
-rw-r--r--source/blender/python/intern/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 8ce94b8006f..fa7c94025f7 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -61,7 +61,8 @@ set(SRC
bpy_interface.c
bpy_interface_atexit.c
bpy_intern_string.c
- bpy_library.c
+ bpy_library_load.c
+ bpy_library_write.c
bpy_operator.c
bpy_operator_wrap.c
bpy_path.c