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/source
AgeCommit message (Expand)Author
2022-09-26Fix typo and and incorrect property initializationGermano Cavalcante
2022-09-26Fix T101343: useless Snapping menu in transform operatorsGermano Cavalcante
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-26Python: Add platform feature support methods to `gpu.capabilities` module.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: 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
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-25Cleanup: quiet compiler warningCampbell Barton
2022-09-25Cleanup: format, spelling in commentsCampbell Barton
2022-09-24UI: Improved Font ThumbnailsHarley Acheson
2022-09-24Sculpt: Fix bug with allocating duplicate attribute layersJoseph Eagar
2022-09-24BLF: Correctly Set Default Font SizeHarley Acheson
2022-09-24Fix: Invalid CustomData type map created for legacy mesh conversionHans Goudey
2022-09-24Curves: Use early out when apapting domain of single valueHans Goudey
2022-09-24Cleanup: simplify accessing mesh looptrisJacques Lucke
2022-09-24GPencil: Exist early from loop for Fill extensionsAntonio Vazquez
2022-09-24Cleanup: typo in static node typeJacques Lucke
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-24Fix build error in blenloader on macOS after recent changesBrecht Van Lommel
2022-09-24Fix T101295: Allow Large Windows ThumbnailsHarley Acheson
2022-09-24Cleanup: Remove unused data transfer functionHans Goudey
2022-09-24GPU: Disable static compilation for geometry shaders workaroundClément Foucault
2022-09-24Overlay: Fix overlay image shadersClément Foucault
2022-09-24Sculpt: fix memory corruption in new attribute apiJoseph Eagar
2022-09-23Fix T101249: Node groups don't show in node searchHans Goudey
2022-09-23Geometry Nodes: Split transfer attribute nodeHans Goudey