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
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-01Cleanup: remove global headerCampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-11-14Fix compilation error with clang-5Sergey Sharybin
2017-03-23Cloth refactor: Remove goal springs and some other cleanupLuca Rood
2016-10-25API: Fix LinksAaron Carlisle
2016-07-30Cloth Simulation: add time scale propertyCampbell Barton
2016-06-08Fix cloth stability when in perfect rest shape.Lukas Tönne
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
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-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-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
2015-01-20Improved force field effects on hair strands.Lukas Tönne
2015-01-20Fix for applying the bending randomness factor.Lukas Tönne
2015-01-20Randomness factor for hair bending stiffness.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-20Hair grid code was using an invalid hair segment at each hair end withLukas Tönne
2015-01-20A bunch of debug drawing changes.Lukas Tönne