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
2017-07-16Merge branch 'blender2.8' into strand_editmode2.8Lukas Tönne
2017-03-23Cloth refactor: Remove goal springs and some other cleanupLuca Rood
2016-10-25API: Fix LinksAaron Carlisle
2016-08-09Merge branch 'master' into strand_editmodeLukas Tönne
2016-07-30Cloth Simulation: add time scale propertyCampbell Barton
2016-06-27Merge branch 'master' into strand_editmodeLukas Tönne
2016-06-08Fix cloth stability when in perfect rest shape.Lukas Tönne
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
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
2016-04-16Merge branch 'master' into strand_editmodeLukas Tönne
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-18Cleanup: styleCampbell Barton
2016-01-11Cleanup: use Linux line ends!!!Bastien Montagne
2016-01-11Fix T47148: Hair grid dos not work.Bastien Montagne
2016-01-09Cleanup: make use of PIL time instead of redefining own timers.Kévin Dietrich
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09CMake: include eigen as a system headerCampbell Barton
2015-09-19Port over the improved mesh sampling API from the mesh_samples branch.Lukas Tönne
2015-09-19Merge branch 'master' into strand_editmodeLukas Tönne
2015-08-24Fix T45084 correcting bending_damping for cloth stiffness, by Martin Norris.Lukas Tönne
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-07-19Cleanup: styleCampbell Barton
2015-06-16Cleanup: styleCampbell Barton
2015-05-24Cleanup: styleCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
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-20Missing bmesh include path in scons files.Lukas Tönne
2015-04-20IK solver for hair strands that provides a better solution for keepingLukas Tönne
2015-04-14Cleanup: warningsCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-27Physics: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-11Cleanup: styleCampbell 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-01Use the old double-step collision method only for cloth.Lukas Tönne
2015-03-01Fix T43406: Bring back cloth collisions.Lukas Tönne
2015-01-31Compiler warning: double-promotionCampbell Barton
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-20Cleanup: warningsCampbell Barton
2015-01-20Fixed merge errors.Lukas Tönne
2015-01-20Fix for invalid access to undefined hair data in edge-only cloth meshes.Lukas Tönne
2015-01-20Radical simplification of the wind effect on hair, since the previousLukas Tönne
2015-01-20Fix for wind force function call.Lukas Tönne