Blender Git Loki

Git Commits -> Revision 9363c4d

Revision 9363c4d by Jacques Lucke (master)
July 16, 2020, 12:28 (GMT)
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.

Commit Details:

Full Hash: 9363c4de0635394548fa2eb8d205581313029775
Parent Commit: 66b48ad
Lines Changed: +7464, -7464

9 Added Paths:

/source/blender/simulation/BPH_mass_spring.h (+62, -0) (View)
/source/blender/simulation/CMakeLists.txt (+57, -0) (View)
/source/blender/simulation/intern/BPH_mass_spring.cpp (+1355, -0) (View)
/source/blender/simulation/intern/ConstrainedConjugateGradient.h (+335, -0) (View)
/source/blender/simulation/intern/eigen_utils.h (+236, -0) (View)
/source/blender/simulation/intern/hair_volume.cpp (+1274, -0) (View)
/source/blender/simulation/intern/implicit.h (+272, -0) (View)
/source/blender/simulation/intern/implicit_blender.c (+2360, -0) (View)
/source/blender/simulation/intern/implicit_eigen.cpp (+1509, -0) (View)

9 Deleted Paths:

/source/blender/physics/BPH_mass_spring.h (+0, -62)
/source/blender/physics/CMakeLists.txt (+0, -57)
/source/blender/physics/intern/BPH_mass_spring.cpp (+0, -1355)
/source/blender/physics/intern/ConstrainedConjugateGradient.h (+0, -335)
/source/blender/physics/intern/eigen_utils.h (+0, -236)
/source/blender/physics/intern/hair_volume.cpp (+0, -1274)
/source/blender/physics/intern/implicit.h (+0, -272)
/source/blender/physics/intern/implicit_blender.c (+0, -2360)
/source/blender/physics/intern/implicit_eigen.cpp (+0, -1509)

4 Modified Paths:

/source/blender/blenkernel/CMakeLists.txt (+1, -1) (Diff)
/source/blender/CMakeLists.txt (+1, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -1) (Diff)
/source/blender/render/CMakeLists.txt (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021