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-02-18Merge remote-tracking branch 'origin/blender-v3.1-release'Sybren A. Stüvel
2022-02-18Fix T95724: boundary error in `BLI_str_unescape_ex`Sybren A. Stüvel
2022-02-18Nodes: Update dependency graph when removing some nodesHans Goudey
2022-02-18Fix T95135: improve error filtering non-existant anim dataSayed Amin
2022-02-18LibOverride: Fix resync sometimes deleting root ID of other liboverrides.Bastien Montagne
2022-02-18LibOverride: Fix potential broken cases re ShapeKeys when finding hierarchy r...Bastien Montagne
2022-02-18Cleanup: Fix incompatible pointer types warningsPeter Kim
2022-02-18Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-18Fix broken shapekeys: check for 'NULL' `from` pointer too.Bastien Montagne
2022-02-18Curves: add initial edit mode supportKévin Dietrich
2022-02-18Fix strict compilation warningsSergey Sharybin
2022-02-18Curves: initial brush system integration for curves sculpt modeJacques Lucke
2022-02-18Cleanup: Use compact license header.Jeroen Bakker
2022-02-18Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-18Fix T95809: Check color space changes to refresh image engine.Jeroen Bakker
2022-02-18Fix T95809: Compositor Node not directly updated in image editor.Jeroen Bakker
2022-02-18Image Engine: Store image usage to identity changes.Jeroen Bakker
2022-02-18Cleanup: simplify viewmove_applyCampbell Barton
2022-02-183D View: Add camera view pan/zoom support for NDOFCampbell Barton
2022-02-18Cleanup: move camera-view pan/zoom into utility functionsCampbell Barton
2022-02-18Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Fix T93526: Missing tooltip for attribute search buttonPratik Borhade
2022-02-18Fix wrong method name in gpu documentationGermano Cavalcante
2022-02-17Fix: Debug build error with vector type divisionHans Goudey
2022-02-17Merge branch 'blender-v3.1-release'Sebastian Parborg
2022-02-17Cleanup: Move more cmake library variables to be advancedSebastian Parborg
2022-02-17GPU: Remove runtime sampler texture slot assignmentClément Foucault
2022-02-17OCIO: Port shader creation logic to use GPUShaderCreateInfoClément Foucault
2022-02-17Cleanup: Replace direct `id.lib` pointer checks with `ID_IS_LINKED` macro usa...Bastien Montagne
2022-02-17Fix build errors on Linux/clang after recent changesBrecht Van Lommel
2022-02-17Fix: Memory leak in recently added curves copy functionHans Goudey
2022-02-17Camera: Simplify View Frame codeGermano Cavalcante
2022-02-17Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-17Images: update code to support OpenEXR 3Sebastian Parborg
2022-02-17Cleanup/fix comment.Bastien Montagne
2022-02-17Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-17Fix T95827: vertex groups do not display correctly with GPU subdivisionKévin Dietrich
2022-02-17Fix vertex groups not rendering properly with GPU subdivisionKévin Dietrich
2022-02-17XR: Allow variable count of action map subactionsPeter Kim
2022-02-17Cleanup: compiler warning, typo in commentCampbell Barton
2022-02-17License headers: use SPDX identifiersCampbell Barton
2022-02-16fix: RNA property not set for Graph editor breakdown opChristoph Lendenfeld
2022-02-16Cleanup: Deduplicate functions for creating attributesHans Goudey
2022-02-16macOS/bpy module: install text files correctlyAnkit Meel
2022-02-16macOS/bpy module: install scripts relative to bpy.soAnkit Meel
2022-02-16Merge branch 'blender-v3.1-release'Sebastian Parborg
2022-02-16Cleanup: Remove deprecated StringGrid from our openvdb codeSebastian Parborg
2022-02-16Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-16Fix T95815: missing null check when computing dupli dimensionsJacques Lucke
2022-02-16Curves: Further implementation of new curves data structureHans Goudey