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-03-12Cleanup: set the window manager to the updated context on loadCampbell Barton
2021-03-12Cleanup: incorrect doxy section titleCampbell Barton
2021-03-12Cleanup: break out of loop earlyCampbell Barton
2021-03-12Cleanup: redundant flag checkCampbell Barton
2021-03-12Cleanup: redundant outliner includesCampbell Barton
2021-03-12Added missing file to last commit:Fabian Schempp
2021-03-12Nodes: Add Attribute Remove NodeFabian Schempp
2021-03-12Fix issue with normalsHans Goudey
2021-03-11Use full "Fill Type" textHans Goudey
2021-03-11Add working cone node based on cylinder codeHans Goudey
2021-03-11Nodes: Fix drag link from output to already linked Multi-Input SocketFabian Schempp
2021-03-11Fix missing UI updates, caused by own earlier commitJulian Eisel
2021-03-11Cleanup: remove unnecessary `const` from function declarationSybren A. Stüvel
2021-03-11GPencil: Remove limitation to use only one Lattice modifierAntonio Vazquez
2021-03-11Fix warning from own previous commitJulian Eisel
2021-03-11UI: Avoid unnecessary redraws of unrelated editors on space changesJulian Eisel
2021-03-11Fix Asset Browser showing oudated list for changes done while browser is hiddenJulian Eisel
2021-03-11GPencil: Fix unreported Fill fails if the stroke was taggedAntonio Vazquez
2021-03-11Fix regression in 2cc5af9c553cfc00b7d4616445ad954597a92d94Campbell Barton
2021-03-11Cleanup: spellingCampbell Barton
2021-03-11Fix T86431: Keep memory location of the window manager on file loadCampbell Barton
2021-03-11WM: keep the current state when a blend fails to loadCampbell Barton
2021-03-11Cleanup: split file read and setup into separate stepsCampbell Barton
2021-03-11Cleanup: file loading/recover checksCampbell Barton
2021-03-11LibOverride: auto-run resync process on file reading.Bastien Montagne
2021-03-11LibOverride: Add second part of auto-resync code.Bastien Montagne
2021-03-11LibOverride: First stage of detection of 'need resync'.Bastien Montagne
2021-03-11LibOverride: Do not delete no-more-used overrides during resync if they are u...Bastien Montagne
2021-03-11LibOverride: Add a utils to check if override has been user-edited.Bastien Montagne
2021-03-11Cleanup: Add comment explaining plan for new Outliner tree-element code designJulian Eisel
2021-03-11Cleanup: Pass anim-data directly to Outliner anim-data tree element constructorJulian Eisel
2021-03-11Fix (unreported): crash on undo when using pinned id in spreadsheetJacques Lucke
2021-03-11Outliner: Add assert to make assumption for new code design explicitJulian Eisel
2021-03-11Fix crash when showing NLA actions in the OutlinerJulian Eisel
2021-03-11Fix failing assert when loading file with untraceable custom asset libraryJulian Eisel
2021-03-11Cleanup: Typos in comments (window-manager files)Julian Eisel
2021-03-11Spreadsheet: expore more domains and point cloud dataJacques Lucke
2021-03-11Fix T86458: Simple Subdivision node does not preserve vertex groupsRahul Chaudhary
2021-03-11Geometry Nodes: improve handling when the same socket is connected twiceJacques Lucke
2021-03-11UI: Add Copy Full Data Path to RMB menuAaron Carlisle
2021-03-11Geometry Nodes: fix error adding a value nodePhilipp Oeser
2021-03-11Add ico sphere primitiveHans Goudey
2021-03-10Working cylinder nodeHans Goudey
2021-03-10Merge branch 'master' into geometry-nodes-mesh-primitivesHans Goudey
2021-03-10EEVEE: ScreenSpaceReflections: Improve minimal hit thresholdClément Foucault
2021-03-10Cleanup: EEVEE: Remove unused function and fix commentClément Foucault
2021-03-10Fix T86429 EEVEE: Ambient occlusion broken on some platformClément Foucault
2021-03-10EEVEE: ScreenSpaceReflections: Add back support for planar reflectionsClément Foucault
2021-03-10Cleanup: EEVEE: Use correct prefix for view space vectorsClément Foucault
2021-03-10EEVEE: GGX: Use distribution of visible normal for samplingClément Foucault