Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-20doxygen: corrections/updatesCampbell Barton
Also add depsgraph & physics
2015-01-20Main solver step for generating a divergence-free hair velocity fieldLukas Tönne
on the grid. This uses the Eigen conjugate-gradient solver to solve the implicit Poisson equation for the pressure Laplacian: div(grad(p)) = div(v) As described in "Detail Preserving Continuum Simulation of Straight Hair" (McAdams, Selle, 2009). Conflicts: source/blender/physics/intern/BPH_mass_spring.cpp
2015-01-20Added new header for Eigen utility classes.Lukas Tönne
These make passing data between Eigen vector and matrix types and plain C arrays more convenient.