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-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-22Cleanup: spelling in comments, use C style commentsCampbell Barton
2021-01-11Cloth: add a vertex group setting to exclude from object collision.Alexander Gavrilov
2021-01-11Collision: allow disabling collision without removing the modifier.Alexander Gavrilov
2021-01-08Cloth: completely exclude fully pinned triangles from collision.Alexander Gavrilov
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-20Fix cloth collision clamp having no effectGermano Cavalcante
2020-08-13Fix hair collision error introduced in recent commitGermano Cavalcante
2020-08-13Cleanup: Silence some arithmetic overflow warningsGermano Cavalcante
2020-08-13Cleanup: Move definitions of some variables closer to their useGermano Cavalcante
2020-08-13Cleanup: move assignment out of loopGermano Cavalcante
2020-08-13Cleanup: Rename variable 'cloth1' to 'cloth'Germano Cavalcante
2020-08-12Clenaup: Deduplicate cloth collision codeGermano Cavalcante
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-07-06Cleanup: Use the BLI_edgehash API in the sewing simulation of clothsGermano Cavalcante
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-02Fix T65568: sewing and self collision issueIsh Bosamiya
2020-02-13Cloth: Optimization in self collisionmano-wii
2020-01-16Integrate hair collisions with cloth collisionLuca Rood
2020-01-12Fix T71620: broken particle collisions due to rB0666ece2e2f9Luca Rood
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17DNA: rename dup_* struct members to instance_*Campbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-20Cleanup: remove all BLI_utiledefines' ugly vectorial macros.Bastien Montagne
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-10-18Fix use of uninitialized variable in cloth collision.Brecht Van Lommel
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-10-01BLI_math: add `isect_seg_seg_v3` function and use in the cloth collision algo...mano-wii
2018-09-26Cloth: Collision improvementsLuca Rood
2018-09-14Cloth: Improve UILuca Rood
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
2018-09-03ClosthCollision: fully avoid computing BVHTree when we have no collision obje...Bastien Montagne
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
2018-09-03Fix (unreported) potentially giant memory leak in Cloth collision solver.Bastien Montagne
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel