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
2016-08-09Counteract numerical errors in distance constraint evaluation (drift).strand_nodesLukas Tönne
2016-08-09Tentative "stiffness" forces for resisting hair bending.Lukas Tönne
2016-08-07Implementation of a basic constraint solver for strand length and root velocity.Lukas Tönne
2016-08-02New (stub) method for solving constrained hair editing with Lagrange multipli...Lukas Tönne
2016-08-02Always cache the original strand vertex locations during editing.Lukas Tönne
2016-07-29Clear debug drawing when creating new contacts.Lukas Tönne
2016-07-29Enable debug drawing of hair contacts.Lukas Tönne
2016-07-29Simple contact detection method for hair editing, using the typical BVH close...Lukas Tönne
2016-07-10A couple of additional per-fiber attributes, for deforming strand fibers.Lukas Tönne
2016-07-06Renamed BMesh strand functions to replace deprecated particle term 'keys' by ...Lukas Tönne
2016-04-19Fix unfreed temporary buffers in strand relaxation.Lukas Tönne
2016-04-19Define BMEditStrands struct as an extension of BMEditMesh.Lukas Tönne
2016-04-18Proof-of-concept: Hair edit data from regular meshes.Lukas Tönne
2016-04-17Corrected implementation of the strand relaxation method ported from particles.Lukas Tönne
2015-09-19Port over the improved mesh sampling API from the mesh_samples branch.Lukas Tönne
2015-04-20SimDebugData is now global, for easier usage and less intrusive code.Lukas Tönne
2015-04-20Disabled the partial IK strand relaxation for the time being.Lukas Tönne
2015-04-20IK solver for hair strands that provides a better solution for keepingLukas Tönne