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:
authorLukas Tönne <lukas.toenne@gmail.com>2015-03-23 13:53:56 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-03-26 16:10:32 +0300
commitb91059f7a18ca390c725b85230a172b09178fcb9 (patch)
tree66a04d3cf52ae2ebd4bc0e885ef0237b743fe369 /source/blender/modifiers/CMakeLists.txt
parentd402042a773de6a454cddb37cc4919cfe45f3c85 (diff)
Cache API for export/import of Blender data to/from Alembic files.
The pointcache API is designed to keep the general concept of caching separate from the concrete Alembic implementation. Other types of file export/import would be possible, e.g. for OpenVDB data.
Diffstat (limited to 'source/blender/modifiers/CMakeLists.txt')
-rw-r--r--source/blender/modifiers/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/CMakeLists.txt b/source/blender/modifiers/CMakeLists.txt
index 57e927fffed..6a05c40bf72 100644
--- a/source/blender/modifiers/CMakeLists.txt
+++ b/source/blender/modifiers/CMakeLists.txt
@@ -33,6 +33,7 @@ set(INC
../makesdna
../makesrna
../bmesh
+ ../pointcache
../render/extern/include
../../../intern/elbeem/extern
../../../intern/guardedalloc