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-10-19GHOST/Wayland: add listener for touch events (no touch support yet)Campbell Barton
2022-10-19Cleanup: remove NDOF_BUTTON_NONE from the range of usable buttonsCampbell Barton
2022-10-19Cleanup: use '_' suffix for private members for NDOF ManagerCampbell Barton
2022-10-19GHOST/NDOF: various minor changes to NDOF managerCampbell Barton
2022-10-19Cleanup: remove the last button from NDOF button enum valuesCampbell Barton
2022-10-19Fix T101866: Incorrect buttons for space-mouse enterpriseCampbell Barton
2022-10-19Cleanup: spelling in commentsCampbell Barton
2022-10-19License headers: add missing license identifiersCampbell Barton
2022-10-18Fix T101883: Issue applying modifier to mesh with shape keysHans Goudey
2022-10-18Fix T101893: Auto merge affecting edge crease and bevel weightGermano Cavalcante
2022-10-18Fix T101660: crash when trying to propagate string attributes in some nodesJacques Lucke
2022-10-18Fix: Sample nearest surface node crash with empty meshHans Goudey
2022-10-18Cleanup: add missing CPPType for MStringPropertyJacques Lucke
2022-10-18Fix T101642: crash when deleting group output inside node groupJacques Lucke
2022-10-18Brush: Wrap mtex/mask_tex around functions.Jeroen Bakker
2022-10-18Depsgraph: wrong copy-on-write update after depsgraph rebuildJacques Lucke
2022-10-18File Browser: Fix slowdown with non-existing ID previews in big filesJulian Eisel
2022-10-18Build: get make deps working with Xcode command line toolsBrecht Van Lommel
2022-10-18Fix T101529: Blender crashes when using Path GuidingSebastian Herholz
2022-10-18Metal: MTLBatch and MTLDrawList implementation.Jason Fielder
2022-10-18NDOF: use logging for GHOST so users can enable event loggingCampbell Barton
2022-10-18UV: support snapping on non-uniform gridsChris Blackbourn
2022-10-18UI: Improve tooltip for texture shading modeAaron Carlisle
2022-10-18Fix T101872: Curves sculpt deform node crash with changed curve countHans Goudey
2022-10-18Fix T101882: Division by zero in mesh topology nodesHans Goudey
2022-10-17Sculpt: Remove face sets from default cubeHans Goudey
2022-10-17Cleanup: Move versioning_defaults.c to C++Hans Goudey
2022-10-17Fix T101850: Cycles DDS oversaturation when alpha is in useAras Pranckevicius
2022-10-17Fix T101871: Realize instances node can skip material indicesHans Goudey
2022-10-17FIX T101445: halo Particles are not working.Jason Fielder
2022-10-17Fix for T101506: BLF Disable Kerning in Main FontHarley Acheson
2022-10-17Weight Paint: relax heuristic to determine when final mesh can be used.Alexander Gavrilov
2022-10-17Sculpt: add versioning for Auto-masking cavity factor defaultPablo Vazquez
2022-10-17Fix T99565: Cycles reading TGA files with alpha different than BlenderBrecht Van Lommel
2022-10-17Fix OpenPGL and OneAPI being detected by CMake when Cycles is disabledBrecht Van Lommel
2022-10-17Fix Wayland not being disabled when dependencies are not foundBrecht Van Lommel
2022-10-17Cleanup: compiler warningsBrecht Van Lommel
2022-10-17Brush: Fix mismatch in DNA Brush defaultsPablo Vazquez
2022-10-17Fix AssetCatalogTest failure on WIN32Campbell Barton
2022-10-17Fix T101705: crash when connecting reroute to multi-input socketIliya Katueshenock
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-17Sculpt: Auto-masking UI improvementsPablo Vazquez
2022-10-17Make sure all dependency graphs are updated on particles system copySergey Sharybin
2022-10-17Fix T101851: Duplicating a particle system crashesSergey Sharybin
2022-10-17Cleanup: correct doc-string & remove unused defineCampbell Barton
2022-10-17Cleanup: renaming GHOST/Wayland functions & private membersCampbell Barton
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-17Cleanup: spelling in comments, unused arg warningCampbell Barton
2022-10-17Cycles: Fix floor intrinsic for ARM NeonLukas Stockner