Blender Git Loki

Git Commits -> Revision 6978d15

September 13, 2014, 12:36 (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: 6978d15595c6829efb796d460db73670d46a5089
Parent Commit: 1ecdfe2
Lines Changed: +5049, -4968

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 (+2940, -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, -2938)
/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