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:
authorJacques Lucke <jacques@blender.org>2020-07-16 15:37:21 +0300
committerJacques Lucke <jacques@blender.org>2020-07-16 15:37:21 +0300
commit9b6088cb9da4df1a893361997fc1a22986bf6f2e (patch)
treed5536a6fb7808f0b20e5c70ff993f9b4220593fd /source/blender/simulation/CMakeLists.txt
parent9363c4de0635394548fa2eb8d205581313029775 (diff)
Simulation: Change BPH prefix to SIM
In a previous commit the `physics` folder has been renamed to `simulation`. This commit updates the function/file prefix accordingly.
Diffstat (limited to 'source/blender/simulation/CMakeLists.txt')
-rw-r--r--source/blender/simulation/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/simulation/CMakeLists.txt b/source/blender/simulation/CMakeLists.txt
index 10520a18513..aced9664f51 100644
--- a/source/blender/simulation/CMakeLists.txt
+++ b/source/blender/simulation/CMakeLists.txt
@@ -34,7 +34,7 @@ set(INC_SYS
)
set(SRC
- intern/BPH_mass_spring.cpp
+ intern/SIM_mass_spring.cpp
intern/ConstrainedConjugateGradient.h
intern/eigen_utils.h
intern/hair_volume.cpp
@@ -42,7 +42,7 @@ set(SRC
intern/implicit_blender.c
intern/implicit_eigen.cpp
- BPH_mass_spring.h
+ SIM_mass_spring.h
)
set(LIB