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
path: root/intern
AgeCommit message (Expand)Author
2020-08-17added tetgen modemattoverby
2020-08-16I think I merged?mattoverby
2020-08-15added blender warnings and errorsmattoverby
2020-08-15tetgen flag default offmattoverby
2020-08-14reduce obstacle sdf computatoinmattoverby
2020-08-14fixed multiple obstaclesmattoverby
2020-08-14Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-14Fix warning when compiling on Linux with WITH_XR_OPENXR enabledJulian Eisel
2020-08-14Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-14Fix undefined behavior with --debug-xrJulian Eisel
2020-08-14Fix --debug-xr not outputting OpenXR debug prints on WindowsJulian Eisel
2020-08-14Fix T79769, T79768: crash tweaking volume settings with Cycles viewport renderBrecht Van Lommel
2020-08-14Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-14Fix/workaround graphics issues breaking SteamVR use with BlenderJulian Eisel
2020-08-14Cleanup: C++ code style for Ghost-XRJulian Eisel
2020-08-13macos warningsmattoverby
2020-08-13Cleanup: clang-formatCampbell Barton
2020-08-13merged from mastermattoverby
2020-08-12cleaned up ui paramsmattoverby
2020-08-12added strain limiting for option if doing a cloth solvemattoverby
2020-08-12added vertex groups for self collisionmattoverby
2020-08-12fixed blender file read write for admmpd datamattoverby
2020-08-12Merge branch 'blender-v2.90-release'Brecht Van Lommel
2020-08-12Fix T79680, T79680: confusing viewport denoise start sample behaviorBrecht Van Lommel
2020-08-12Cleanup: compiler warningsBrecht Van Lommel
2020-08-12Merge branch 'blender-v2.90-release'Brecht Van Lommel
2020-08-12Fixes T77882: artifacts rendering OpenVDB volumes with multiple grids in CyclesKévin Dietrich
2020-08-12updated how stiffnesses are shown in guimattoverby
2020-08-12fixed bug in ldltmattoverby
2020-08-11fixed segfail if ctrl zmattoverby
2020-08-11cleaning up apimattoverby
2020-08-11lerping obstacles for substeps and collisionsmattoverby
2020-08-11params should be animatablemattoverby
2020-08-11Cleanup: Strict compiler flagsSergey Sharybin
2020-08-11Cleanup: GCC warning in guardedalloc_overflow_testCampbell Barton
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Fix T79636: Inserting special characters with Ctrl+Alt broken on WindowsJulian Eisel
2020-08-10Cleanup: follow code style regarding bracesBrecht Van Lommel
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-08GPU: Move ghost default framebuffer getter to context creationClément Foucault
2020-08-07Cleanup: Fix reported clang-tidy code-style issues.Ray Molenkamp
2020-08-07Merge branch 'blender-v2.90-release'Sebastián Barschkis
2020-08-07Fix T79201: Mantaflow: Fluid guides don't affect simulation.Sebastián Barschkis
2020-08-07Revert "Cleanup: Cycles, applied Clang-Format"Sybren A. Stüvel
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Cleanup: Cycles, applied Clang-FormatSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in intern/ghostJacques Lucke
2020-08-06I've made ADMMPD data copyable to interface with CoW. However, free is gettin...mattoverby