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
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-09-28Fix: Fluid/Cloth/DynamicPaint: Only share pointcaches in CoW case.Bastien Montagne
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-26Cleanup: use C style comments for descriptive textCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-26Mantaflow: Remove Noise Type OptionAaron Carlisle
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell Barton
2021-05-26Fix T88531: Mantaflow problem with geometry nodesPhilipp Oeser
2021-05-26Fix T88566: Mantaflow inflow with shapekeys is not working anymorePhilipp Oeser
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-02-02Force Fields: implement early filtering by the Affect flags.Alexander Gavrilov
2021-02-02Fix T84649: Quick liquid causing crash on scale operationSebastián Barschkis
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-10Fix T83777: Crash when enabling guidesSebastián Barschkis
2021-01-04Cleanup: remove self-assignmentCampbell Barton
2020-12-23Fluid: Added new viscosity solverSebastián Barschkis
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-18Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-18Fluid: Revert changes from T82488Sebastián Barschkis
2020-11-12Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-12Fluid: Removed clamp from force assignmentSebastián Barschkis
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-09Fluid: Fix strict compiler warningSergey Sharybin
2020-11-09Fluid: Fix strict compiler warningSergey Sharybin
2020-11-09Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-09Fix T82488: Mantaflow - force fields have very low influence compare to 2.90.1Sebastián Barschkis
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-30Fluid: Added APIC simulation methodSebastián Barschkis
2020-10-23Fluid: Possible fix for T79799Sebastián Barschkis
2020-10-21Fluid: Added obstacle fluid distance parameterSebastián Barschkis
2020-10-19Fluid: Added domain check for new OpenVDB precision 'Mini' typeSebastián Barschkis
2020-10-18Fluid: Fix for issues with external forcesSebastián Barschkis
2020-10-14Fluid: Add phystype to fluid particle settingsSebastián Barschkis
2020-10-14Fix compile error in lite build after recent commitHans Goudey
2020-10-14Cleanup: Use DNA defaults for fluid modifierHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-23Fluid: Fix clang-tidy errorSebastián Barschkis