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-06-21Cleanup: removed unused Blender Internal bump/normal mapping texture codeBrecht Van Lommel
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-19Cycles: add support for volume motion blurKévin Dietrich
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-09Cleanup: fix wrong spelling of texture and indentationBrecht Van Lommel
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
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