From 64de714a08e1f82e02bcc8f1dea1220f8a88ab39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Sun, 14 Sep 2014 18:08:14 +0200 Subject: Hair volume calculation is now in its own file. Code is currently disabled until the other main forces are in place. --- source/blender/physics/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/physics/CMakeLists.txt') diff --git a/source/blender/physics/CMakeLists.txt b/source/blender/physics/CMakeLists.txt index b08cf177f44..5df32c2ea32 100644 --- a/source/blender/physics/CMakeLists.txt +++ b/source/blender/physics/CMakeLists.txt @@ -41,6 +41,7 @@ set(INC_SYS set(SRC intern/BPH_mass_spring.cpp intern/ConstrainedConjugateGradient.h + intern/hair_volume.c intern/implicit.h intern/implicit_blender.c intern/implicit_eigen.cpp -- cgit v1.2.3