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-09-27GPU: Fix crash when rendering with compositor using CLIClément Foucault
2022-09-27Cleanup: remove unnecessary argument to else() in CMakeCampbell Barton
2022-09-27Cleanup: correct indentation of harvest.cmakeCampbell Barton
2022-09-27GPU: Revert part of D16017 that was accidentally commitedClément Foucault
2022-09-27Build: add OpenPGL as to deps buildsSebastian Herhoz
2022-09-27Cleanup: remove workarounds and version checks for unsupported compilersCampbell Barton
2022-09-27Cleanup: use the system-handle arg for GHOST_SetMultitouchGesturesCampbell Barton
2022-09-26UI: add preference to disable touchpad multitouch gesturesrecht Van Lommel
2022-09-26Fix: Incorrect handling for crease layersHans Goudey
2022-09-26Fix T101365: saving second view layer as (non-Multilayer) OpenEXR does not workBrecht Van Lommel
2022-09-26Fix T101354: Cycles crash with baking and adaptive samplingBrecht Van Lommel
2022-09-26Fix build errors and warnings after recent changes, when not using Unity buildBrecht Van Lommel
2022-09-26Geometry Nodes: Miscellaneous changes in control point neighbors nodeHans Goudey
2022-09-26Nodes: Use plain menus for geometry nodes add menuHans Goudey
2022-09-26Geometry Nodes: Control Point Neighbors NodeJohnny Matthews
2022-09-26Fix typo and and incorrect property initializationGermano Cavalcante
2022-09-26Fix T101343: useless Snapping menu in transform operatorsGermano Cavalcante
2022-09-26Cycles: increase min-supported driver version for Intel GPUsXavier Hallade
2022-09-26Asset Browser: Add slider UI to pose blendingAngus Stanton
2022-09-26Cleanup: format, ensure trailing newlinesCampbell Barton
2022-09-26Cleanup: restore parenthesis removed in recent commitCampbell Barton
2022-09-26Fix: bump subversion to avoid corrupted filesJacques Lucke
2022-09-26Fix crash in Solidify modifier with Inner CreaseSergey Sharybin
2022-09-26Fix T101370: GPencil Grab Sculpt crash after bake transform animationAntonio Vazquez
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26GPU: Disable SSBO support from commandline.Jeroen Bakker
2022-09-26System info: Added GPU device type and feature support.Jeroen Bakker
2022-09-26Python: Add platform feature support methods to `gpu.capabilities` module.Jeroen Bakker
2022-09-26Console: Add gpu python module to list of internal modules.Jeroen Bakker
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-26CMake: remove workaround for GCC 4.5 as 9.3.1 is the minimum versionCampbell Barton
2022-09-26Cleanup: fix warning in recent parenthesis removalCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-26Cleanup: use 'u' prefixed unsigned types for GHOSTCampbell Barton
2022-09-26Fix undefined 'uint' for macOS/WIN32Campbell Barton
2022-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Fix T101309: crash when executing geometry nodes without loggerJacques Lucke
2022-09-25BLF: Refactor of blf_font_boundbox_foreach_glyphHarley Acheson
2022-09-25Geometry Nodes: decentralize implicit input definitionsJacques Lucke
2022-09-25BLI: simplify removing elements from containers with predicateJacques Lucke
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: Remove commented linesAntonio Vazquez
2022-09-25Fix T101317: GPencil separate Active layer freezes blenderAntonio Vazquez
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton