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
2020-08-20Merge branch 'outliner-collection-colors' into soc-2020-outlinersoc-2020-outlinerNathan Craddock
2020-08-20Outliner: Fix missing argument to UNUSED macroNathan Craddock
2020-08-20Fix: Line highlight using wrong functionNathan Craddock
2020-08-20Merge branch 'outliner-parent-highlight' into soc-2020-outlinerNathan Craddock
2020-08-20Outliner: Parent highlight for collapsed active childNathan Craddock
2020-08-20Merge branch 'master' into soc-2020-outlinerNathan Craddock
2020-08-20Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-20GPUShaderInterface: Fix use after free crashClément Foucault
2020-08-20Fix T79931: Infinite loop in scene "Full Copy" in 2.90.Bastien Montagne
2020-08-20Fix T63675: Keying outside NLA strip not possibleWayde Moss
2020-08-20Cleanup: Mesh Filter invoke refactorPablo Dobarro
2020-08-20GPUState: Use state setters inside selection codeClément Foucault
2020-08-20DRW: Fix remaining glDisableClément Foucault
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-20Fix T79924: Update the view rotation origin after setting the sculpt pivotPablo Dobarro
2020-08-20Fix variable simulation steps with cloth deform brushesPablo Dobarro
2020-08-20Sculpt: Add orientation modes to the Cloth FilterPablo Dobarro
2020-08-20NLA: Fix strip Sync Length moving animation dataWayde Moss
2020-08-20UI: Fix aligned popovers not always turning inactiveRed Mser
2020-08-20Depsgraph: refactor tagging after time changesJacques Lucke
2020-08-20Silence `-Wmaybe-uninitialized` warning on GCC/LinuxSybren A. Stüvel
2020-08-20Selection: Fix lasso selection invisibleClément Foucault
2020-08-20GPU: Fix some more remaining GL enums scattered outside of GL moduleClément Foucault
2020-08-20GPUShaderInterface: GL backend isolationClément Foucault
2020-08-20GPU: Use GPUShader setters for uniforms removing uses of ShaderInterfaceClément Foucault
2020-08-20DRW: Remove some more direct gl state modification.Clément Foucault
2020-08-20UI: Fix collapsed panels not drawing header buttonsHans Goudey
2020-08-20Revert "Cleanup: Use LISTBASE_FOREACH in editors screen directory"Hans Goudey
2020-08-20Cleanup: Use LISTBASE_FOREACH in editors screen directoryHans Goudey
2020-08-20Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-20Fix incorrect mask use with curvesCampbell Barton
2020-08-20Fix cloth collision clamp having no effectGermano Cavalcante
2020-08-20Cleanup: Outliner: LibOverride tools.Bastien Montagne
2020-08-20LibOverride: Add 'delete and use linked data' operation.Bastien Montagne
2020-08-20Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-20Fix T79935: Inonsistent simplify behavior when linking collection with object...Bastien Montagne
2020-08-20Fix T79935: Inonsistent simplify behavior when linking collection with object...Bastien Montagne
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-20Cleanup: clang-formatCampbell Barton
2020-08-20Merge branch 'master' into soc-2020-outlinerNathan Craddock
2020-08-20Docs: Update BPY to manual mappingsAaron Carlisle
2020-08-20Cleanup: Outliner active indicator repeated codeNathan Craddock
2020-08-20Cleanup: Remove unused variables for horizontal panelsHans Goudey
2020-08-20Cleanup: Remove unused variableHans Goudey
2020-08-19BLI: fix memory leak in delaunay 2dJacques Lucke
2020-08-19Tests: use guarded allocator in testsJacques Lucke
2020-08-19UI: Remove panel X axis closing codeHans Goudey
2020-08-19BLI: improve leak detection in testsJacques Lucke
2020-08-19GPUState: Fix signed / bitfield conversion leading to wrong enum valueClément Foucault
2020-08-19Fix warning from narrowing conversionJacques Lucke