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-07-09Fix: crash when using empty attribute searchJacques Lucke
2021-07-09Nodes: Moved group interface panel code to python.Lukas Tönne
2021-07-08Fix compositor backdrop gizmo refresh problem when toggling sidebarJulian Eisel
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-07-07Cleanup: clang-tidy, unused functionCampbell Barton
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-30UI: custom free function improvementsJacques Lucke
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-29Typo in function identifier: mutli -> multiHarley Acheson
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-16Edge-scrolling for node editorLukas Tönne
2021-06-14Fix T88494: add missing depsgraph relation update tagsJacques Lucke
2021-06-14Fix T88807: crash when there are multiple links between the same socketsJacques Lucke
2021-06-09Cleanup: redundant/unused assignmentsCampbell Barton
2021-06-09Cleanup: spelling in commentsCampbell Barton
2021-06-09UI: Add the option to not display some socket labelsHans Goudey
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-03Cleanup: spelling in comments, correct outdated commentsCampbell Barton
2021-06-03Cleanup: use doxy sections for node_relationships.ccCampbell Barton
2021-06-02Nodes: move some files to C++Jacques Lucke
2021-05-28Merge branch 'blender-v2.93-release'Hans Goudey
2021-05-28Fix incorrect Denoise node SSE 4.1 warning on macOS IntelBrecht Van Lommel
2021-05-20Merge branch 'blender-v2.93-release'Hans Goudey
2021-05-20Fix T87316: No undo push for clicking on attribute nameHans Goudey
2021-05-14Nodes: fix connecting wrong sockets when inserting nodeJacques Lucke
2021-05-14Geometry Nodes: remove some unnecessary updatesJacques Lucke
2021-05-12UI: Colors for Texture/Material node sockets and small tweaksPablo Vazquez
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-05-07Node Editor: Show frame label only when a label is setPablo Vazquez
2021-04-26Fix T87170 Multi-Input socket activation zone error with lots of inputsFabian Schempp
2021-04-26Fix T87170 Multi-Input socket activation zone error with lots of inputsFabian Schempp
2021-04-19Fix T87567: Crash adding item in empty attribute searchHans Goudey
2021-04-19Fix incorrect compositor denoise node message about SSE on macOS ArmBrecht Van Lommel
2021-04-16Cleanup: clang-formatCampbell Barton
2021-04-15Fix T87171: Update multi input socket indicesFabian Schempp
2021-04-15Fix T87356 & T87358: Small multi-input socket issuesFabian Schempp
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-14Geometry Nodes: Add domain and data type to attribute searchHans Goudey
2021-04-13Nodes: Tooltip for Group Input propertiesFabian Schempp
2021-04-12UI/Nodes: Improve feedback when adding node fails (e.g. on drag & drop)Julian Eisel
2021-04-09Fix T87167: Object dragged from Outliner into Geo Nodes doesn't auto updateCharlie Jolly
2021-04-08Spreadsheet: support showing data of specific nodeJacques Lucke
2021-04-07Cleanup: Various cleanup of node link handling functionsHans Goudey
2021-04-01Nodes: separate node name and display name in bNodeTreePathJacques Lucke
2021-03-29Compositor: Add Anti-Aliasing nodeHabib Gahbiche
2021-03-26Nodes: match Multi-input socket activation distanceFabian Schempp