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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2020-12-16Cleanup: sort struct blocksCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-02Cleanup: make remaining blenkernel headers work in C++Jacques Lucke
2020-01-12Fix T71620: broken particle collisions due to rB0666ece2e2f9Luca Rood
2019-08-25Cleanup: redundant struct declarationsCampbell 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-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-09-26Cloth: Collision improvementsLuca Rood
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-05-18Collections and groups unificationBrecht Van Lommel
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2016-08-16Fix depsgraph to compute more accurate links for collision & force.Alexander Gavrilov
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-01-20Moved collision response into the main cloth sim source file and fixedLukas Tönne
2015-01-20Extended line/face collision near-check, to allow for distance margins.Lukas Tönne
2015-01-20Some initial collision code, without actual response forces still.Lukas Tönne
2012-06-07style cleanupCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-20Make collision function more general so it can be used by other modifiers, to...Daniel Genrich
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-02build system changes to eltopo, re-applied.Campbell Barton
2011-05-02=trunk=Joseph Eagar
2011-04-12revert Joseph Eagar's eltopo commits r36073, 36075 (& some minor edits)Campbell Barton
2011-04-10=cloth collisions=Joseph Eagar
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-10-21/WX enabled for MSVC in CMake too.Nathan Letwory
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-03-26Cloth simulation can now use a group to specify which objectsBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2009-10-01Unified effector functionality for particles, cloth and softbodyJanne Karhu
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-01-042.5Ton Roosendaal