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-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-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-10Cleanup: spellingCampbell Barton
2020-09-09Add nullptr checks in the depsgraph physics relation builderSebastian Parborg
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-05-14Fluid: Rename smoke flow forces to fluid flow forcesSebastián Barschkis
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-06Depsgraph: Fix memory leakJacques Lucke
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: Use BLI::Map in more placesJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
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
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2019-01-23Fix T60417: Hair not instantly updating when editing curve guidePhilipp Oeser
2019-01-22Fix T60742, T55974: crash using mesh/curve surface force fields.Brecht Van Lommel
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-11-14Depsgraph: Remove unused operation codeSergey Sharybin
2018-11-14Depsgraph: Cleanup, code styleSergey Sharybin
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel
2018-06-26Cleanup: styleCampbell Barton
2018-06-25Physics: update softbody and dynamic paint to get colliders from depsgraph.Brecht Van Lommel
2018-06-25Cleanup: refactor depsgraph physics API functions.Brecht Van Lommel
2018-06-25Depsgraph: cache collision relations, for performance and stability.Brecht Van Lommel
2018-06-25Cleanup: code styleCampbell Barton
2018-06-22Depsgraph: cache effector relations, for performance and stability.Brecht Van Lommel