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-01-09 13:31:00 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:09 +0300
commit4f1c0a181df871f3177a5eaad55545ac6f5edcf2 (patch)
treeb09f28011a9ed0255c9c9dc390b7d181a119a392 /source/blender/blenkernel/CMakeLists.txt
parentb292d783f28958a54f608375e6e99a92be5522d6 (diff)
Reorganizing hair child code a little bit to make it not totally insane.
This contains a few pieces of code for a future "modifier" system that would allow more flexible combination of effects. Eventually a node system is the way to go, but the current code makes that impossible.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index d94710a7373..b3469ceae57 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -137,6 +137,7 @@ set(SRC
intern/packedFile.c
intern/paint.c
intern/particle.c
+ intern/particle_child.c
intern/particle_distribute.c
intern/particle_system.c
intern/pbvh.c