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-02-04Fix for 3D view transform: flipped rotation direction for numeric inputGermano Cavalcante
2021-02-04Fix T85363: Cmd + Tab shortcut overridden on macOSJohannes Jakob
2021-02-04Cleanup: pass keymap items as const where possibleCampbell Barton
2021-02-04Fix: window manager can reference scenes and workspacesJacques Lucke
2021-02-04Cleanup: replace '_imp' function suffix with '_impl'Campbell Barton
2021-02-04PyAPI: correct docstringCampbell Barton
2021-02-04UI: Win32 Child Windows On TopHarley Acheson
2021-02-04UI: Win32 Window Creation RefactorHarley Acheson
2021-02-04Fix T79822: Custom preset casing not preservedAnkur Deria
2021-02-04Presets: Cleanup preset namingNathan Craddock
2021-02-04Merge branch 'blender-v2.92-release'Campbell Barton
2021-02-04Fix T85318: Driver variable don't resolve collection indicesCampbell Barton
2021-02-04Cleanup: unused function warningCampbell Barton
2021-02-04NLA: Fix nlasnapshot_blend() Misplaced Null CheckWayde Moss
2021-02-04NLA: Extract nlasnapshot_blend()Wayde Moss
2021-02-04NLA: Fix Strip Truncate When Next to TransitionWayde Moss
2021-02-03Merge branch 'blender-v2.92-release'Pablo Dobarro
2021-02-03Fix T85230: Face Set Boundary automasking not working with dyntopoPablo Dobarro
2021-02-03Fix T85136: Sculpt geometry extract not using updated meshPablo Dobarro
2021-02-03Fix T84370: Project tool not working with shape keysPablo Dobarro
2021-02-03Fix memory leak in boundary brush preview dataPablo Dobarro
2021-02-03Cleanup: don't end description with dotJacques Lucke
2021-02-03Alembic procedural: fix crash when cancelling a render duringKévin Dietrich
2021-02-03macOS: Fix build error due to std::optional<T>::valueAnkit Meel
2021-02-03Merge branch 'blender-v2.92-release'Germano Cavalcante
2021-02-03Fix unreported: Rotation Gizmo "C" influenced by custom orientationGermano Cavalcante
2021-02-03macOS/GTest: Fix duplicate symbol errors with some generatorsAnkit Meel
2021-02-03Fix T85340: Gizmo rotation inverted (in some perspective angles)Germano Cavalcante
2021-02-03Cleanup: Move and rename 'getViewVector' utilityGermano Cavalcante
2021-02-03Fix 'getViewVector' returning inverted vectorGermano Cavalcante
2021-02-03install_deps: Update OSL to 1.11.10.Bastien Montagne
2021-02-03Geometry Nodes: Multi-Input SocketsFabian Schempp
2021-02-03Geometry Nodes: Add Collection Info NodeSebastian Parborg
2021-02-03UI: use system generated document icon on macOSJohannes Jakob
2021-02-03macOS: trackpad scroll direction reversed in list viewsYevgeny Makarov
2021-02-03GL: Improve framebuffer error message by adding framebuffer nameClément Foucault
2021-02-03install_deps: OIIO: tweak to max version, and cleanup compile code.Bastien Montagne
2021-02-03install_deps: Upgrade Alembic to 1.17.16.Bastien Montagne
2021-02-03install_deps: Update Boost to 1.73.Bastien Montagne
2021-02-03install_deps: update Python to 3.9.1, numpy to 1.19.5.Bastien Montagne
2021-02-03Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-03Fix T85261: Eevee passes have slight inaccurate colorsPhilipp Oeser
2021-02-03Merge branch 'blender-v2.92-release'Jeroen Bakker
2021-02-03Cryptomatte: Incorrect Coverage with VolumetricsJeroen Bakker
2021-02-03Cryptomatte: Incorrect Coverage with VolumetricsJeroen Bakker
2021-02-03Fix incorrect mesh selection duplication in internal utility functionJulian Eisel
2021-02-03UI: Improve tooltip for continuous grabJulian Eisel
2021-02-03BKE UndoSys refactor: deduplicate and simplify code, sanitize naming.Bastien Montagne
2021-02-03BPY: allow `bpy.data.libraries.load()` to filter out non-asset data-blocks.Bastien Montagne
2021-02-03Merge branch 'blender-v2.92-release'Clément Foucault