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-05-05 15:41:04 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-05-05 15:41:04 +0300
commite0a780d9a76501744c16936448af2ab9cf6a7829 (patch)
treea1bfc09e69651f2598a1c53f2cd2813e9668b902 /source/blender/editors/hair/CMakeLists.txt
parent46b9180a0a2fdce0bf422b8bdb99e3bc65225804 (diff)
Strand edit functions for storing edit data in the Cache Shape Key
modifier and editing in hair edit mode.
Diffstat (limited to 'source/blender/editors/hair/CMakeLists.txt')
-rw-r--r--source/blender/editors/hair/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/hair/CMakeLists.txt b/source/blender/editors/hair/CMakeLists.txt
index 277484fa0af..2a72ebb9aa4 100644
--- a/source/blender/editors/hair/CMakeLists.txt
+++ b/source/blender/editors/hair/CMakeLists.txt
@@ -41,6 +41,7 @@ set(SRC
hair_cursor.c
hair_edit.c
hair_mirror.c
+ hair_object_cachelib.c
hair_object_particles.c
hair_ops.c
hair_select.c