Blender Git Loki

Git Commits -> Revision 5322def

Revision 5322def by Lukas Toenne (master)
January 20, 2015, 08:30 (GMT)
Moved the cloth solver code into a new subfolder/library inside Blender
code.

The implicit solver itself should remain agnostic to the specifics of
the Blender data (cloth vs. hair). This way we could avoid the bloated
data conversion chain from particles/hair to derived mesh to cloth
modifier to implicit solver data and back. Every step in this chain adds
overhead as well as rounding errors and a possibility for bugs, not to
speak of making the code horribly complicated.

The new subfolder is named "physics" since it should be the start of a
somewhat "unified" physics systems combining all the various solvers in
the same place and managing things like synchronized time steps.

Commit Details:

Full Hash: 5322def57cdbb81d38c5ba8e8e617c697791d22b
Parent Commit: 1c8a33a
Lines Changed: +4855, -4774

7 Added Paths:

/source/blender/physics/BPH_mass_spring.h (+38, -0) (View)
/source/blender/physics/CMakeLists.txt (+51, -0) (View)
/source/blender/physics/intern/BPH_mass_spring.cpp (+0, -0) (View)
/source/blender/physics/intern/ConstrainedConjugateGradient.h (+294, -0) (View)
/source/blender/physics/intern/implicit.h (+60, -0) (View)
/source/blender/physics/intern/implicit_blender.c (+2746, -0) (View)
/source/blender/physics/intern/implicit_eigen.cpp (+1659, -0) (View)

4 Deleted Paths:

/source/blender/blenkernel/intern/ConstrainedConjugateGradient.h (+0, -294)
/source/blender/blenkernel/intern/implicit.c (+0, -2744)
/source/blender/blenkernel/intern/implicit.h (+0, -60)
/source/blender/blenkernel/intern/implicit_eigen.cpp (+0, -1657)

6 Modified Paths:

/build_files/cmake/macros.cmake (+1, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+0, -13) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -5) (Diff)
/source/blender/blenkernel/intern/cloth.c (+2, -0) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/render/intern/source/voxeldata.c (+2, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021