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.
This commit is contained in:
Jacques Lucke 2020-07-16 14:27:47 +02:00
parent 66b48ad8fb
commit 9363c4de06
Notes: blender-bot 2024-03-22 15:57:27 +01:00
Referenced by commit 02a3720000, Simulation: rename bf_physics to bf_simulation
13 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -36,7 +36,7 @@ set(INC
../makesrna
../modifiers
../nodes
../physics
../simulation
../shader_fx
../render/extern/include
../../../intern/ghost

View File

@ -360,7 +360,7 @@ blender_include_dirs(
../../imbuf
../../makesdna
../../nodes/
../../physics
../../simulation
../../windowmanager
../../editors/include
../../render/extern/include

View File

@ -32,7 +32,7 @@ set(INC
../makesdna
../makesrna
../nodes
../physics
../simulation
../../../intern/atomic
../../../intern/guardedalloc
../../../intern/mikktspace