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-16Simulation: Rename `physics` directory to `simulation`Jacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell 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-04-30Cleanup: comments (long lines) in physicsCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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
2018-12-01Merge branch 'master' into blender2.8Campbell Barton
2018-12-01Cleanup: styleCampbell Barton
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2016-10-25API: Fix LinksAaron Carlisle
2015-03-27Physics: Code cleanup, prepare for strict C++ flagsSergey Sharybin
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-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-20A bunch of debug drawing changes.Lukas Tönne
2015-01-20Corrected the divergence and gradient calculation for the hair gridLukas Tönne
2015-01-20Fallback method for defining density in the hair grid using discreteLukas Tönne
2015-01-20Added a margin to the number of cells used in the poisson grid solver,Lukas Tönne
2015-01-20Implementation of a target density feature for the hair simulation.Lukas Tönne
2015-01-20Another fix for off-by-one hair grid resolution errors.Lukas Tönne
2015-01-20Rewriting the grid rasterization function for hair segments.Lukas Tönne
2015-01-20Implemented PIC and FLIP methods for combining the fluid grid simulationLukas Tönne
2015-01-20Main solver step for generating a divergence-free hair velocity fieldLukas Tönne
2015-01-20Updated a few comments.Lukas Tönne
2015-01-20Compile hair volumetrics code as C++, so we can use Eigen easier.Lukas Tönne