Blender Git Loki

Git Commits -> Revision fcffa4b

January 19, 2015, 16:57 (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: fcffa4b1f6d94dcefafdb4932a1d7654bdce03bb
Parent Commit: aada8bf
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