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-13Revert "Cleanup/MSVC: Enable C++ conformance mode on compiler versions that s...Ray Molenkamp
2020-02-12Cleanup/MSVC: Enable C++ conformance mode on compiler versions that support it.Ray Molenkamp
2020-02-11Cleanup: extra semicolons, comma use, undeclared varsCampbell Barton
2020-02-09Fluid: Optimization for fluid domain obstacle boundary handlingSebastián Barschkis
2020-02-09Fluid: Fixed file formats for script exporterSebastián Barschkis
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-07OpenVDB: Added missing macros in fluid wrapper fileSebastián Barschkis
2020-02-07Fluid: Fixed try/catch exception issue and unsed variable issueSebastián Barschkis
2020-02-06Fix: Build error on windows in bf_intern_mantaflowRay Molenkamp
2020-02-06OpenVDB: Fix IOError in try catch statementSebastián Barschkis
2020-02-06Fluid: Fixed slow cache loading for smoke dataSebastián Barschkis
2020-01-31Fluid: More stable flow emissionSebastián Barschkis
2020-01-29Fluid: Fixes for flow objects and initial velocitiesSebastián Barschkis
2020-01-24Fluid: Added resume cache boolean to standalone scriptsSebastián Barschkis
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-22Fluid: Cleaned up functions that deal with Python objects (C-API)Sebastián Barschkis
2020-01-22Fluid: Refactored Mantaflow <-> Blender pointer exchange once moreSebastián Barschkis
2020-01-22Fix T73311: Mantaflow > Liquid: Enabling Initial Velocity on Inflow / Outflow...Sebastián Barschkis
2020-01-22Fix T72894: Mantaflow: several crashes due to null pointersSebastián Barschkis
2020-01-21Fluid: Refactored the Mantaflow <-> Blender pointer exchange function and swi...Sebastián Barschkis
2020-01-20Fluid: Fix typo in smoke scriptSebastián Barschkis
2020-01-20Fluid: Improved cache file loadingSebastián Barschkis
2020-01-16Fluid: Fix for mesh velocitiesSebastián Barschkis
2020-01-15Fix T73111: Bake data of fluid causes crash of BlenderSebastián Barschkis
2020-01-15Fluid: Moved grid reset loop for inner obstacle cells from blenkernel code in...Sebastián Barschkis
2019-12-21Fluid: Ensure GIL in conversion functionSebastián Barschkis
2019-12-17Manta: Fix using path as an input and outputSergey Sharybin
2019-12-17Cleanup: renaming guiding -> guideCampbell Barton
2019-12-17Cleanup: remove contributors, license begin/end & doxy file argumentCampbell Barton
2019-12-16Mantaflow [Part 2]: Added fluid wrapper filesSebastián Barschkis