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>2014-09-14 20:08:14 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:00 +0300
commit64de714a08e1f82e02bcc8f1dea1220f8a88ab39 (patch)
tree637f42df221d50d000bc0e9fa71372a20f16c3ac /source/blender/physics/CMakeLists.txt
parentb9b784f039cf280b84175757219ae74603cb37a0 (diff)
Hair volume calculation is now in its own file.
Code is currently disabled until the other main forces are in place.
Diffstat (limited to 'source/blender/physics/CMakeLists.txt')
-rw-r--r--source/blender/physics/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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