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
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-10Cleanup: spellingCampbell Barton
2020-02-09Fluid: Fixes for fluid guidingSebastián Barschkis
2020-02-07Fluid: Fixed cache reading issue with larger resolution noise gridsSebastián Barschkis
2020-02-06Fluid: Fixed slow cache loading for smoke dataSebastián Barschkis
2020-02-04Fix T73567: Mantaflow adaptative domain takes objects with the flow turned of...Sebastián Barschkis
2020-02-04Fix T73537: Particle system CrashSebastián Barschkis
2020-01-31Fluid: More stable flow emissionSebastián Barschkis
2020-01-31Fluid: Better default values and cleanupSebastián Barschkis
2020-01-29Fluid: Fixes for flow objects and initial velocitiesSebastián Barschkis
2020-01-29Fix T73483: Mantaflow: Smoke inflow in liquid domain emits liquidSebastián Barschkis
2020-01-29Fluid: More cleanup related to flow emission mapsSebastián Barschkis
2020-01-29Fluid: Cleanup in flow emission loopsSebastián Barschkis
2020-01-29Fluid: Removed the currently unused high-res smoke emission codeSebastián Barschkis
2020-01-24Fix T72975: [Mantaflow] Mesh generation bugSebastián Barschkis
2020-01-20Fluid: Fix for liquid domains in cache replay modeSebastián Barschkis
2020-01-20Fluid: Fix for smoke domain geometry object with adaptive domain enabledSebastián Barschkis
2020-01-20Fixed secondary particle combined export functionalitySebastián Barschkis
2020-01-20Fluid: Improved cache file loadingSebastián Barschkis
2020-01-16Fix T72860: Mantaflow Fluid Sim fails when simulation starts after frame 1Sebastián Barschkis
2020-01-15Fluid: Fix T72971Sebastián Barschkis
2020-01-15Fluid: Moved grid reset loop for inner obstacle cells from blenkernel code in...Sebastián Barschkis
2020-01-15Fluid: Fix for relative cache pathsSebastián Barschkis
2019-12-20Cleanup: spellingCampbell Barton
2019-12-18Fix error assigning the fluid particle flag to the wrong memberCampbell Barton
2019-12-18Fix linking errors WITH_MOD_FLUID=OFF, againCampbell Barton
2019-12-18Fluid: Fix placement of flag resetSebastián Barschkis
2019-12-17Fluid: Fix that maps old smoke and fluid modifiers to new manta modifierSebastián Barschkis
2019-12-17Cleanup: spellingCampbell Barton
2019-12-17Cleanup: renaming guiding -> guideCampbell Barton
2019-12-17Cleanup: naming for BKE_fluid particle functionsCampbell Barton
2019-12-17Cleanup: use uintCampbell Barton
2019-12-17Cleanup: remove redundant string initializationCampbell Barton
2019-12-17Cleanup: use snake case variable & function namesCampbell Barton
2019-12-17Cleanup: sort struct declarationsCampbell Barton
2019-12-17Cleanup: use BKE_fluid prefix for fluid APICampbell Barton
2019-12-17Cleanup: style, always use bracesCampbell Barton
2019-12-17Cleanup: remove redundant headersCampbell Barton
2019-12-17Cleanup: replace 'if 0' with 'DEBUG_PRINT' defineCampbell Barton
2019-12-17Fix linking errors WITH_MOD_FLUID=OFFCampbell Barton
2019-12-16Mantaflow [Part 11]: Updated entire smoke.c codeSebastián Barschkis