[Bf-blender-cvs] [02a3720000b] master: Simulation: rename bf_physics to bf_simulation

Jacques Lucke noreply at git.blender.org
Thu Jul 16 18:50:22 CEST 2020


Commit: 02a3720000b560df9fdc7d3050a2f376b7b5bf66
Author: Jacques Lucke
Date:   Thu Jul 16 18:49:26 2020 +0200
Branches: master
https://developer.blender.org/rB02a3720000b560df9fdc7d3050a2f376b7b5bf66

Simulation: rename bf_physics to bf_simulation

Also see {rB9363c4de0635394548fa2eb8d205581313029775}.

===================================================================

M	source/blender/blenkernel/CMakeLists.txt
M	source/blender/simulation/CMakeLists.txt

===================================================================

diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 30e6baf1a9d..46cf8e5b9b3 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -443,7 +443,7 @@ set(LIB
   bf_intern_opensubdiv  # Uses stub when disabled.
   bf_modifiers
   bf_nodes
-  bf_physics
+  bf_simulation
   bf_rna
   bf_shader_fx
 )
diff --git a/source/blender/simulation/CMakeLists.txt b/source/blender/simulation/CMakeLists.txt
index aced9664f51..c87d9330f2d 100644
--- a/source/blender/simulation/CMakeLists.txt
+++ b/source/blender/simulation/CMakeLists.txt
@@ -54,4 +54,4 @@ if(WITH_OPENMP_STATIC)
   )
 endif()
 
-blender_add_lib(bf_physics "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
+blender_add_lib(bf_simulation "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")



More information about the Bf-blender-cvs mailing list