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
2022-03-08LibOverride: Add hierarchy creation from IDTemplate UI widget.liboverride-systemoverridesBastien Montagne
2022-03-08LibOverride: Implement default 'user override' behavior.Bastien Montagne
2022-03-08LibOverride: Add initial handling of system overrides in creation/duplication...Bastien Montagne
2022-03-08LibOverride: make some override properties 'overridable'.Bastien Montagne
2022-03-08LibOverride: Add initial System Override flag.Bastien Montagne
2022-03-08UI: Minor tweaks to IDTemplate operations.Bastien Montagne
2022-03-08LibOverride: Do not assert when root ID is not object/collection.Bastien Montagne
2022-03-08Cleanup: fix compiler warningBrecht Van Lommel
2022-03-08Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-03-08Fix T96224: GPU subdiv crash with smooth normals and tangentsKévin Dietrich
2022-03-08GPU: disable compute shader for problematic driversKévin Dietrich
2022-03-08Fix wrong edge crease validity check in the Cycles Alembic proceduralKévin Dietrich
2022-03-08Simplify sound property handlingRichard Antalik
2022-03-08PyAPI: optimize depsgraph use in PyDriversCampbell Barton
2022-03-08Fix (unreported) liboverride rules from linked data disapearing.Bastien Montagne
2022-03-08LibOverrides: Tweak to ensure no overrides can be created on linked data.Bastien Montagne
2022-03-08Fix memory leak evaluating PyDriversCampbell Barton
2022-03-08Curves: add initial comb, grow and shrink brushJacques Lucke
2022-03-08Fix T96213: Crash when texture painting across multiple materials.Jeroen Bakker
2022-03-08Curves: increase default viewport resolution for curves objectJacques Lucke
2022-03-08Curves: disable stroke spacing for curve sculpt brushesJacques Lucke
2022-03-08Fix: add missing case in switch statement for curvesJacques Lucke
2022-03-08Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-03-08Fix T96228: TypeError on use of Copy from Active Track operationPratik Borhade
2022-03-08Fix T92861: Transform fails for multiple pose object sharing ob-dataCampbell Barton
2022-03-08Cleanup: pass const scene argument to UV selection functionsCampbell Barton
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-03-08Cleanup: prefer UNUSED_VARS_NDEBUG for debug only variablesCampbell Barton
2022-03-08Event System: remove unused NDOF buttonsCampbell Barton
2022-03-08Event System: support changing NDOF button shortcutsCampbell Barton
2022-03-08Event System: click/click-drag support for NDOF buttonsCampbell Barton
2022-03-08Event System: add ISKEYBOARD_OR_BUTTON macroCampbell Barton
2022-03-08Event System: refactor click detection into functionCampbell Barton
2022-03-08Event System: exclude cursor & NDOF motion from ISHOTKEY() macroCampbell Barton
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-03-08Curves: Port mesh to curve node to new data-blockHans Goudey
2022-03-08Fix: Curves cyclic access function duplicates attributeHans Goudey
2022-03-08Cleanup: Rename geometry set "curve" to "curves"Hans Goudey
2022-03-07Merge branch 'blender-v3.1-release'Hans Goudey
2022-03-07Fix T93573: Curve evaluated mesh selected in edit modeHans Goudey
2022-03-07Fix memory leak when reading ffmpeg video frames.Sebastian Parborg
2022-03-07UI: align labels of number fields and value slidersLeon Schittek
2022-03-07GPencil: Temporary fix to avoid crashes on startupFalk David
2022-03-07Shader Nodes: added alpha mode selector to Image Texture nodeEthan-Hall
2022-03-07Shader Nodes: add Alpha output to Object Info nodeEthan-Hall
2022-03-07Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-03-07Fix T96195: f-curve factorized polynomial generator broken UIEthan-Hall
2022-03-07Cleanup: fix various typosBrecht Van Lommel
2022-03-07Cleanup: move asssertion-test-only variable into `#ifndef NDEBUG` blockSybren A. Stüvel
2022-03-07Fix T95256: Crash when creating off-screen pose assetSybren A. Stüvel