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-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-02Revert "Reshuffle applying of solver results a bit to ensure it works exactly"Lukas Tönne
2015-03-02Reshuffle applying of solver results a bit to ensure it works exactlyLukas Tönne
2015-03-01Fix T43406: Bring back cloth collisions.Lukas Tönne
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-20Radical simplification of the wind effect on hair, since the previousLukas Tönne
2015-01-20Improved force field effects on hair strands.Lukas Tönne
2015-01-20Nicer hashing functionality for sim debugging using a variadic macroLukas Tönne
2015-01-20Use dedicated debug values in cloth settings instead of abusing unusedLukas Tönne
2015-01-20Implementation of a target density feature for the hair simulation.Lukas Tönne
2015-01-20Rewriting the grid rasterization function for hair segments.Lukas Tönne
2015-01-20Main solver step for generating a divergence-free hair velocity fieldLukas Tönne
2015-01-20Use a fixed, uniform cell size for hair continuum grids.Lukas Tönne
2015-01-20Renamed HairVertexGrid to HairGrid, since it's not actually storingLukas Tönne
2015-01-20Removed unused "collider grid" struct from hair volumetrics.Lukas Tönne
2015-01-20Better grid rasterization method for hair volumetric grids.Lukas Tönne
2015-01-20Reimplemented the voxel texture type for displaying hair continuum grids.Lukas Tönne
2015-01-20Debug drawing feature to visualize the hair continuum grid.Lukas Tönne
2015-01-20Perform grid-based velocity smoothing for hair outside of the implicitLukas Tönne
2015-01-20Switched back to blender implicit solver for merge.Lukas Tönne
2015-01-20Ported the remaining implicit solver functions for Eigen.Lukas Tönne
2015-01-20Updating Eigen implicit dynamics solver implementation to adhere to theLukas Tönne
2015-01-20Removed block matrix indices storage from ClothSpring struct.Lukas Tönne
2015-01-20Completed the implementation of bent rest shapes for hair.Lukas Tönne
2015-01-20Have to include BLI_utildefines before BKE_collision now to have boolLukas Tönne
2015-01-20Clear forces and constraints together at the start of the time step,Lukas Tönne
2015-01-20Proper implementation of angular bending springs including jacobianLukas Tönne
2015-01-20Basic solver result feedback from the mass-spring (cloth/hair) solver.Lukas Tönne
2015-01-20Calculate bending targets based on the direction of previous segments.Lukas Tönne
2015-01-20Simple debug drawing support inside the implicit solver.Lukas Tönne
2015-01-20Simple initial implementation of angular bending springs.Lukas Tönne
2015-01-20Replace the dynamic root transform in the implicit solver data with aLukas Tönne
2015-01-20Disabled the velocity filtering feature for now, since the weighting isLukas Tönne
2015-01-20Added basic filtering feature for velocity smoothing.Lukas Tönne
2015-01-20Made the voxel grid size for hair interaction configurable and increasedLukas Tönne
2015-01-20Added back the velocity smoothing implementation.Lukas Tönne
2015-01-20Added a calculation function for the fictitious forces introduced byLukas Tönne
2015-01-20Added back spring force definitions outside the implicit solver.Lukas Tönne
2015-01-20Main cloth force calculation function outside of implicit core code.Lukas Tönne
2015-01-20Moved most of the main cloth solver function out of implicit code core.Lukas Tönne
2015-01-20Moved init/free functions for solver data out of implicit core.Lukas Tönne
2015-01-20Moved "set_positions" for cloth out of core implicit solver.Lukas Tönne
2015-01-20Moved the cloth solver code into a new subfolder/library inside BlenderLukas Tönne