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 (Expand)Author
2015-03-27Physics: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-01-21Removed generic debug1..4 values from the cloth data.Lukas Tönne
2015-01-21Cleanup: styleCampbell Barton
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Nicer hashing functionality for sim debugging using a variadic macroLukas Tönne
2015-01-20Some tweaking of value ranges for hair target density and removedLukas Tönne
2015-01-20Inverted effect of target density was unstable, the divergence termLukas Tönne
2015-01-20Use dedicated debug values in cloth settings instead of abusing unusedLukas Tönne
2015-01-20Fixed wrong stride values used for offsetting the index of Eigen values.Lukas Tönne
2015-01-20A bunch of debug drawing changes.Lukas Tönne
2015-01-20Corrected the divergence and gradient calculation for the hair gridLukas Tönne
2015-01-20Fallback method for defining density in the hair grid using discreteLukas Tönne
2015-01-20Added a margin to the number of cells used in the poisson grid solver,Lukas Tönne
2015-01-20Implementation of a target density feature for the hair simulation.Lukas Tönne
2015-01-20Another fix for off-by-one hair grid resolution errors.Lukas Tönne
2015-01-20Rewriting the grid rasterization function for hair segments.Lukas Tönne
2015-01-20Implemented PIC and FLIP methods for combining the fluid grid simulationLukas Tönne
2015-01-20Main solver step for generating a divergence-free hair velocity fieldLukas Tönne
2015-01-20Updated a few comments.Lukas Tönne
2015-01-20Compile hair volumetrics code as C++, so we can use Eigen easier.Lukas Tönne