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/render/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/render/CMakeLists.txt') diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt index f49c68a258d..e3c3cf712f9 100644 --- a/source/blender/render/CMakeLists.txt +++ b/source/blender/render/CMakeLists.txt @@ -32,7 +32,7 @@ set(INC ../makesdna ../makesrna ../nodes - ../physics + ../simulation ../../../intern/atomic ../../../intern/guardedalloc ../../../intern/mikktspace -- cgit v1.2.3