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-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-11-02UI: Use socket type info color to draw linksOmar Emara
2021-10-26Node Editor: Style update to nodesPablo Vazquez
2021-10-26UI: Improve node editor breadcrumbs displayHans Goudey
2021-09-22Geometry Nodes: Add legacy warning and "View Legacy" operatorHans Goudey
2021-08-27UI: Reduce Node Contents Jiggling When MovedHarley Acheson
2021-07-15Geometry Nodes: dim links whose start and end sockets are not visibleJacques Lucke
2021-07-09Nodes: Moved group interface panel code to python.Lukas Tönne
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-16Edge-scrolling for node editorLukas Tönne
2021-04-19Fix T87567: Crash adding item in empty attribute searchHans Goudey
2021-04-15Fix T87356 & T87358: Small multi-input socket issuesFabian Schempp
2021-04-08Spreadsheet: support showing data of specific nodeJacques Lucke
2021-03-26Nodes: match Multi-input socket activation distanceFabian Schempp
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-15Geometry Nodes: Support drag & drop object to create Object Info, Collection ...Charlie Jolly
2021-03-15Nodes: fix crash after undo after recent multi-input-socket changesJacques Lucke
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp
2021-03-04Cleanup: redundant struct declarationsCampbell Barton
2021-03-03Fix T85966: Wrong link picked when dragging multi-input socketFabian Schempp
2021-03-02Geometry Nodes: Attribute search drop-downHans Goudey
2021-02-24Cleanup: Remove unused node editor button event definesHans Goudey
2021-02-18Cleanup: sort structs, file-listsCampbell Barton
2021-02-16Cleanup: Compile node_draw.c with C++Hans Goudey
2021-02-15UI/Nodes: Adding node groups via drag & drop (e.g. from Asset Browser)Julian Eisel
2021-02-11UI: Multi-input node socket spacing and interactionFabian Schempp
2021-02-03Geometry Nodes: Multi-Input SocketsFabian Schempp
2021-01-20Cleanup: Store runtime space node variables in a separate structHans Goudey
2021-01-15Cleanup: Add const in various places in node codeHans Goudey
2020-10-29UI: Improved alignment of labels and buttonsYevgeny Makarov
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-02CleanUp: Remove header only definitionJeroen Bakker
2020-10-02CleanUp: snode_group_offset -> space_node_group_offsetJeroen Bakker
2020-10-02CleanUp: Renamed drawnodespace -> node_draw_spaceJeroen Bakker
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-04-16UI: Draw real node sockets for node input buttonsJulian Eisel
2020-03-29UI: Fix text padding for labels without an iconYevgeny Makarov
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-18Cleanup: unused region init functionsCampbell Barton
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton