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-02-09Cleanup: simplify copyright headers for sequence & imbufCampbell Barton
2022-02-09Cleanup: remove "The Original Code is: ..." from code commentsCampbell Barton
2022-02-09Cleanup: use consistent copyright location, move descriptionsCampbell Barton
2022-02-09Cleanup: GHOST_ISystem::toggleConsole APIShrey Aggarwal
2022-02-08Fix T91871: Symmetrize Armature on custom bone shapePaolo Acampora
2022-02-08BLF: Enable Filtering of woff and woff2 FontsHarley Acheson
2022-02-08Cleanup: simplify DNA genfile castingCampbell Barton
2022-02-08Eevee: support the no-op Bump node optimization like in Cycles.Alexander Gavrilov
2022-02-08Fix T91253: Slow pose bone selection with many bonesCampbell Barton
2022-02-08Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-08Fix T95570: missing task isolation when computing normalsJacques Lucke
2022-02-08LibOverride: Use new 'hierarchy root' info in relevant override code.Bastien Montagne
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-08LibOverride: Add 'hierarchy root ID' info.Bastien Montagne
2022-02-08Merge branch 'blender-v3.1-release'Philipp Oeser
2022-02-08Fix T94415: Nodes: poor selection behavior inside frame nodesPhilipp Oeser
2022-02-08Mesh: add option to select vertices by similar vertex creaseKévin Dietrich
2022-02-08UI: Change computation of node socket position to align with labelDominik Fill
2022-02-08Cleanup: clang-formatCampbell Barton
2022-02-08Fix dna_genfile error converting signed int types to floating pointCampbell Barton
2022-02-08Cleanup: use an intermediate value for cast_primitive_typeCampbell Barton
2022-02-08Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-08Fix T95573: Incorrect bounding box of evaluated curveHans Goudey
2022-02-08Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-08Fix T95532: Merge node deletes everything for empty selectionsWannes Malfait
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-07Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-07Fix T95543: incorrect handling of implicit field inputs in uiJacques Lucke
2022-02-07Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-07Fix: missing null checkJacques Lucke
2022-02-07Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-07Fix T95578: missing update when linking selected nodesJacques Lucke
2022-02-07Nodes: Dynamic node class for Map Range nodeCharlie Jolly
2022-02-07Fix asset-view template ignoring "Asset Indexing" debug optionJulian Eisel
2022-02-07Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-07Fix UI messages (typos etc.).Bastien Montagne
2022-02-07VSE: Add filter method to strip transformDimitry Kaplin
2022-02-07UV: use grey on black for dashed-line displayCampbell Barton
2022-02-07Cleanup: spelling in commentsCampbell Barton
2022-02-07Cleanup: clang-formatCampbell Barton
2022-02-07Fix Bevel intersection continuity.Henrik Dick
2022-02-06Merge branch 'blender-v3.1-release'Howard Trickey
2022-02-06Fix T95384: new obj exporter inaccurate roughness value in new exporter.Aras Pranckevicius
2022-02-06Further speedup of new obj exporter.Aras Pranckevicius
2022-02-06GLDebug: Wrap glDispatch function into our debug wrappersClément Foucault
2022-02-06Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-06GPU: Fix assert when running without --debug-gpu option on older GLClément Foucault
2022-02-06DRW: Add preprocessor error if including common_view_lib.glsl without draw_viewClément Foucault
2022-02-06GPUShaderCreateInfo: Add duplication error checking of dependency mergingClément Foucault
2022-02-06Merge branch 'blender-v3.1-release'Hans Goudey