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
2021-09-17UI: Always Create Asset PreviewsHarley Acheson
2021-09-17Geometry Nodes: hide Attribute Remove node when fields are enabledJacques Lucke
2021-09-17Fix (harmless) mistake in recent new Append code.Bastien Montagne
2021-09-17Fix crash in background rendering after recent clearing bugfixBrecht Van Lommel
2021-09-17Cleanup: clarify commentBrecht Van Lommel
2021-09-17Cleanup: clang-tidy warnings in UUID codeSybren A. Stüvel
2021-09-17Cleanup: fix memory leakJacques Lucke
2021-09-17Fix T91481: Grease Pencil Layer Double TransformationsHenrik Dick
2021-09-17Cycles X: Improve performance of transparent shadows with OptiXPatrick Mours
2021-09-17Blenlib: introduce a UUID typeSybren A. Stüvel
2021-09-17Fix Cycles X crash viewing render result prior renderingSergey Sharybin
2021-09-17Cycles X: Real memory saving when using tiled renderingSergey Sharybin
2021-09-17Fix T91448: GPencil Fill simplify not working in renderAntonio Vazquez
2021-09-17Fix wrong display when rendering multiple view layers in Cycles XSergey Sharybin
2021-09-17Fix persistent data not allowing to change sample count and time limitSergey Sharybin
2021-09-17Fix pass accessor with 0 samplesSergey Sharybin
2021-09-17Fix race condition between draw and render threadsSergey Sharybin
2021-09-17Fix T85564: FCurve modifier zero influence on restrict range bordersPhilipp Oeser
2021-09-17WM: expose the "any" state of KeyMapItem modifiersCampbell Barton
2021-09-17Cleanup: remove KM_MOD_SECOND & KM_SHIFT2, KM_CTRL2.. etcCampbell Barton
2021-09-17UI: expose "Lasso Select" & "Extrude to Cursor" in menusCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-17UI: split screenshot area into a separate operatorCampbell Barton
2021-09-17UI: wait for input for operators that depend on cursor locationCampbell Barton
2021-09-17Fix: Nodes modifier ignores input value with new property missingHans Goudey
2021-09-17Geometry Nodes: Add a toggle to use attributes as input valuesHans Goudey
2021-09-17UI: Automatic Blend Thumbnail SelectionHarley Acheson
2021-09-17Cleanup: Pass const mesh argumentHans Goudey
2021-09-16Cleanup: Move mesh_convert.c to C++Hans Goudey
2021-09-16UI: Remove Menus & Show Wait Cursor When SavingHarley Acheson
2021-09-16Fix T91426: don't display outdated denoised result when increasing samplesBrecht Van Lommel
2021-09-16Fix T91427: wrong display with adaptive sampling and pixel sizeBrecht Van Lommel
2021-09-16Fix static initialization order crash with denoise parametersBrecht Van Lommel
2021-09-16Fix T91441: bump node not working for shadow raysBrecht Van Lommel
2021-09-16Cleanup: Remove unnecessary manual of move constructorHans Goudey
2021-09-16Geometry Nodes: Transfer attributes in the curve to mesh nodeHans Goudey
2021-09-16Cycles X: set integrator state size relative to the number of GPU coresBrecht Van Lommel
2021-09-16Geometry Nodes: Simplify using OutputAttribute in a vectorHans Goudey
2021-09-16Cleanup: Add built-in check for an attribute IDHans Goudey
2021-09-16Rename App Menu to Blender MenuDalai Felinto
2021-09-16Assets: Recursive reading of asset librariesJulian Eisel
2021-09-16Hide empty keymap warnings when running a templateDalai Felinto
2021-09-16App Settings: Edge ResizeDalai Felinto
2021-09-16App Settings: Regions Visbility ToggleDalai Felinto
2021-09-16Rename show_layout_ui > show_corner_split and remove from UIDalai Felinto
2021-09-16Cleanup: Rename USER_APP_LOCK_UI_LAYOUTDalai Felinto
2021-09-16Cleanup: WM append code: de-duplicate post-make-local process a bit.Bastien Montagne
2021-09-16Fix: properly implement the 'only append' execption case for WorkSpaces.Bastien Montagne
2021-09-16Cleanup/Fix outliner 'make local' code.Bastien Montagne
2021-09-16Cleanup: no need to clear new flags and pointers from whole Main when making ...Bastien Montagne