From 9363c4de0635394548fa2eb8d205581313029775 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 16 Jul 2020 14:27:47 +0200 Subject: Simulation: Rename `physics` directory to `simulation` Function names will be updated in a separate commit. This will be the place for the new particle system and other code related to the Simulation data block. We don't want to have all that code in blenkernel. Approved by brecht. --- source/blender/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/CMakeLists.txt') diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt index 50edb0b55ee..e178b0f7935 100644 --- a/source/blender/CMakeLists.txt +++ b/source/blender/CMakeLists.txt @@ -112,7 +112,7 @@ add_subdirectory(blentranslation) add_subdirectory(blenloader) add_subdirectory(depsgraph) add_subdirectory(ikplugin) -add_subdirectory(physics) +add_subdirectory(simulation) add_subdirectory(gpu) add_subdirectory(imbuf) add_subdirectory(nodes) -- cgit v1.2.3