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
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-19Cloth: allow forces to act parallel to cloth.Alexander Gavrilov
2020-06-12Cloth: implement support for a hydrostatic pressure gradient.Alexander Gavrilov
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-12-19Fix cloth triangle area calculation being wrongSebastian Parborg
2019-12-04Add cloth pressure vertex group and unlock cloth shrink values rangeSebastian Parborg
2019-11-27Fix T30941: Add cloth air pressure simulationSebastian Parborg
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-27Cleanup: Fix warnings in bf_physicsRay Molenkamp
2019-04-30Cleanup: comments (long lines) in physicsCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Fix T37500: implement Bendy bone segment deformation interpolation.Alexander Gavrilov
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-20Cleanup: remove all BLI_utiledefines' ugly vectorial macros.Bastien Montagne
2018-12-01Merge branch 'master' into blender2.8Campbell Barton
2018-12-01Cleanup: styleCampbell Barton
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31Cloth: Implement angular bending springsLuca Rood
2018-08-31Cloth: Componentize forcesLuca Rood
2018-08-25Cloth: Fix mistake in big matrix multiplicationLuca Rood
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-03-23Cloth refactor: Remove goal springs and some other cleanupLuca Rood
2016-06-08Fix cloth stability when in perfect rest shape.Lukas Tönne
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-09Cleanup: make use of PIL time instead of redefining own timers.Kévin Dietrich
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell 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-31Compiler warning: double-promotionCampbell Barton
2015-01-21Cleanup: styleCampbell Barton
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Cleanup: warningsCampbell Barton
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-20Merge branch 'hair_immediate_fixes' into gooseberryLukas Tönne