From 4f1c0a181df871f3177a5eaad55545ac6f5edcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Fri, 9 Jan 2015 11:31:00 +0100 Subject: 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. --- source/blender/blenkernel/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenkernel/CMakeLists.txt') 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 -- cgit v1.2.3