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-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-04-01Geometry Nodes: Add search to named attribute input nodeHans Goudey
2022-03-31Cleanup: make formatJacques Lucke
2022-03-31Cleanup: Remove unnecessary namespace specificationHans Goudey
2022-03-31Cleanup: Avoid storing pointers for attribute search callbackHans Goudey
2022-03-31Nodes: Cut hidden links when creating node groupsLeon Schittek
2022-03-30Compositor: Fix Missing output UI for Normal nodeAaron Carlisle
2022-03-30UI: Fix cosmetic papercuts of the reroute nodeLeon Schittek
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-19Revert "Compositor: Support backdrop offset for the Viewer node"Brecht Van Lommel
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-18Fix resizing nodes not respecting the drag-startCampbell Barton
2022-03-17Compositor: Support backdrop offset for the Viewer nodeHabib Gahbiche
2022-03-16Geometry Nodes: Remove legacy node codeHans Goudey
2022-03-16Fix T96386: crash when changing shader to node group in propertiesJacques Lucke
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-07Shader Nodes: added alpha mode selector to Image Texture nodeEthan-Hall
2022-03-01UI: Fix multi input socket outline and highlightLeon Schittek
2022-02-28Nodes: Improve readability of selected node linksLeon Schittek
2022-02-28Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-28Fix T96073: Don't remove links when inserting reroute nodesJacques Lucke
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-18Fix T87829, T95331: Issues when nodes too close togetherDominik Fill
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
2022-02-13Cleanup: Clang tidyHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-10Fix T95664: missing update after changing active output nodeJacques Lucke
2022-02-09Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-09Fix T95640: missing null check in previous commitJacques Lucke
2022-02-09Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-09Fix T91840: do not create invalid links when inserting a nodeJacques Lucke
2022-02-08Merge branch 'blender-v3.1-release'Philipp Oeser
2022-02-08Fix T94415: Nodes: poor selection behavior inside frame nodesPhilipp Oeser
2022-02-08UI: Change computation of node socket position to align with labelDominik Fill
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-04Cleanup: Add file names back to node headerHans Goudey
2022-02-01Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-01Fix T95395: dangling parent pointer when creating node groupJacques Lucke
2022-01-31Merge branch 'blender-v3.1-release'Aaron Carlisle