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-07-11Fix (unreported) crash in liboverride code on rare cases.Bastien Montagne
2022-07-11GPU: add BUIDTIME to WITH_GPU_SHADER_BUILDERJeroen Bakker
2022-07-11GPU: Do not allow GPU Shader builder when USD is enabled.Jeroen Bakker
2022-07-11Fix T99218: light group add button should be disabled when name is emptyBrecht Van Lommel
2022-07-11GPU: Update shader builder stubs.Jeroen Bakker
2022-07-11Fix/Cleanup UI messages.Bastien Montagne
2022-07-11Deps Builder: Disable TermInfo and ncurses for DPC++Sergey Sharybin
2022-07-11Cleanup: Remove unused operator name storage in UI listsJulian Eisel
2022-07-11Fix T99383: Wrong origdata type in color filterJoseph Eagar
2022-07-11Fix T94633: Sculpt mode missing check for hidden active objectJoseph Eagar
2022-07-11PyAPI: add Matrix.is_identity read-only attributeCampbell Barton
2022-07-11GPencil: Dot-dash modifier rename segment bug fix.YimingWu
2022-07-11Cleanup: spelling in commentsCampbell Barton
2022-07-11Cleanup: remove unused GHOST function getAnyModifiedState.Campbell Barton
2022-07-11Revert "Fix an assert trip in boolean tickled by D11272 example."Howard Trickey
2022-07-10Fix an assert trip in boolean tickled by D11272 example.Howard Trickey
2022-07-10Fix T99532: New OBJ importer in some cases fails to import facesAras Pranckevicius
2022-07-10Fix T99536: new 3.2 OBJ importer fails with trailing space after wrapped linesAras Pranckevicius
2022-07-09Fix cursor display size with tablet input in GHOST/WaylandCampbell Barton
2022-07-09Cleanup: split out wl_buffer creation into a utility functionCampbell Barton
2022-07-09Cleanup: remove buffer_t in GHOST/WaylandCampbell Barton
2022-07-09Cleanup: split memfd_create into it's own function for WaylandCampbell Barton
2022-07-09Fix resource leaks setting custom cursors in WaylandCampbell Barton
2022-07-09UI: renaming fIle browser thumbnail sizesDaniel Salazar
2022-07-09Weight & Vertex Paint: always respect edit mode hiding on faces.Alexander Gavrilov
2022-07-09Cleanup: quiet class-memaccess warningCampbell Barton
2022-07-09Cleanup: Remove unused variableHans Goudey
2022-07-08Fix T99494: Transition effects not working correctlyRichard Antalik
2022-07-08Fix bug in recently added MutableVArraySpan move constructorBrecht Van Lommel
2022-07-08Curves: use consistent default radius for Cycles, Eevee, Set Curve Radius nodeBrecht Van Lommel
2022-07-08Cleanup: convert brush.c to C++Brecht Van Lommel
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-08Linux: Move Mesa software OpenGL libraries to sub-directorySergey Sharybin
2022-07-08Cycles: enable oneAPI in Linux release buildsXavier Hallade
2022-07-08Fix T99191: Boolean modifier creates invalid material indicesHans Goudey
2022-07-08Hair Curves: The new curves object is now availableDalai Felinto
2022-07-08Cleanup: make formatDalai Felinto
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-07-08Fix build error without unity build, after recent changesBrecht Van Lommel
2022-07-08Fix Crash: Reading canvas tool settings.Jeroen Bakker
2022-07-08Draw: Curve outline drawing in object mode.Jeroen Bakker
2022-07-08Add a few missing UI strings to translation.Damien Picard
2022-07-08GHOST/Wayland: add logging for listener handlersCampbell Barton
2022-07-08GHOST: use ELEM/ARRAY_SIZE/UNPACK macros to avoid repetitionCampbell Barton
2022-07-08GHOST: add GHOST_utildefinesCampbell Barton
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-07-08Fix T99364: Unable to select bones when custom shape display is disabledCampbell Barton
2022-07-08Cleanup: spelling in commentsCampbell Barton
2022-07-08Cleanup: formatCampbell Barton
2022-07-08Cleanup: Calm GCC Conversion WarningHarley Acheson