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
path: root/source
AgeCommit message (Expand)Author
2022-08-19Cleanup: lint, unused_varsChris Blackbourn
2022-08-19UV: respect uv selection for smart uv, cube, sphere and cylinder projectionChris Blackbourn
2022-08-19Cleanup: uvedit_*_select, replace `BMEditMesh*` with `BMesh*`Chris Blackbourn
2022-08-19Fix GPUShader.format_calc documentationGermano Cavalcante
2022-08-18BLF: Gamma CorrectionHarley Acheson
2022-08-18Cleanup: Remove unused outliner functionJulian Eisel
2022-08-18Outliner: Refactor outliner tree-hash interfaces with C++Julian Eisel
2022-08-18Outliner: Add commented out benchmarking calls for tree rebuildingJulian Eisel
2022-08-18Outliner: Use C++ container for tree hash element storageJulian Eisel
2022-08-18Cleanup: General style improvements for Outliner tree hashing codeJulian Eisel
2022-08-18Fix build error when not using unity buildBrecht Van Lommel
2022-08-18Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-18Fix T100475: Crash on undoing the created override from ID template.Bastien Montagne
2022-08-18Realtime Compositor: Implement bilateral blur nodeOmar Emara
2022-08-18Realtime Compositor: Implement despeckle nodeOmar Emara
2022-08-18GPencil: Fix wrong material index in previous commitAntonio Vazquez
2022-08-18GPencil: New operator to convert strokes to perimeter.Antonio Vazquez
2022-08-18Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-18LibOverride: Preserve active object when creating overrides.Bastien Montagne
2022-08-18LibOverride: Fix more crashes when creating overrides from IDTemplates.Bastien Montagne
2022-08-18Merge branch 'blender-v3.3-release'Luca Rood
2022-08-18Fix T100423: Addon's custom context menu entries get overridden by other addonsLuca Rood
2022-08-18Fix T100470: Crash when changing the domain typeSergey Sharybin
2022-08-18Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-18Fix T100476: Shift click to create overrides on objects not working.Bastien Montagne
2022-08-18Fix (unreported) outliner not redrawing on 'removed ID' notification.Bastien Montagne
2022-08-18Realtime Compositor: Implement directional blur nodeOmar Emara
2022-08-18Realtime Compositor: Implement filter nodeOmar Emara
2022-08-18Realtime Compositor: Implement bokeh image nodeOmar Emara
2022-08-18WM: optimize adding notifier duplication checkCampbell Barton
2022-08-18Cleanup: de-duplicate notifier add functionCampbell Barton
2022-08-18Cleanup: early return, reduce right-shiftCampbell Barton
2022-08-18Fix T97618: Clipped text labels intermittently missing ellipsesColin Basnett
2022-08-18Cleanup: spelling, formatCampbell Barton
2022-08-18CMake: support building with musl libclistout
2022-08-18Cleanup: Move subdiv_mesh.c to C++Hans Goudey
2022-08-17UI: Fix inconsistency use of uppercase/capitalizationPablo Vazquez
2022-08-17Outliner: Compile outliner tree-hashing files in C++Julian Eisel
2022-08-17Cleanup: Improvements to Outliner tree writing code, add assertJulian Eisel
2022-08-17Outliner: Avoid unnecessary Outliner storage copyJulian Eisel
2022-08-17Fix: Compiler warning in macro after recent C++ conversionHans Goudey
2022-08-17Cleanup: Remove redundant use of evaluated non-mesh objectsHans Goudey
2022-08-17Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-17LibOverride: Remove the 'make all editable' user preferences.Bastien Montagne
2022-08-17Cleanup: Fix outdated commentHans Goudey
2022-08-17Cleanup: Remove unused functionHans Goudey
2022-08-17Cleanup: Fix outdated comments referring to DispListHans Goudey
2022-08-17Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-17Fix: Node editor context path for curves objectsHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey