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-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-06Fix T100841: Creating a frame node with shortcut doesn't sort nodesHans Goudey
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-03Cleanup: use more standard variable name for node socketsHans Goudey
2022-09-03Cleanup: Use separate variables for node socket locationsHans Goudey
2022-09-03Cleanup: Use references and const in node editorHans Goudey
2022-09-02Fix: Ensure topology cache exists when drawing nodesHans Goudey
2022-09-02Cleanup: Remove unnecessary struct keyword usage in node editorHans Goudey
2022-09-02Cleanup: Use C++ vector types in node editorHans Goudey
2022-09-02Nodes: Use existing nodes span cacheHans Goudey
2022-09-01Node Editor: Visual tweaks to node linksLeon Schittek
2022-08-23Fix T100579: internal links are drawn when sockets are hiddenJacques Lucke
2022-07-25Fix T99880: no node timing for frames in node groupsJacques Lucke
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-06-23Fix T94621: Missing selection indication for virtual node socketsMax Edge
2022-06-03Geometry Nodes: Show supported types in geo socket tooltipAngus Stanton
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-30Fix T96157: Make size of Frame Node label independent from Line WidthDominik Fill
2022-05-30Nodes: add separately allocated runtime data for nodes and socketsJacques Lucke
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-04-28Fix: Missing translation in node socket inspectionHans Goudey
2022-04-28Fix: Socket inspection error for data-block socketsEthan-Hall
2022-04-25Nodes: show overlays in node editor even when nodes are collapsedJacques Lucke
2022-04-25Geometry Nodes: improve attribute dependency overlayJacques Lucke
2022-04-25Geometry Nodes: show timing overlay above attributes overlayJacques Lucke
2022-04-25Fix: use natural string sorting for attribute namesJacques Lucke
2022-04-15Cleanup: Clang tidyHans Goudey
2022-04-14Geometry Nodes: show used named attributes in nodesJacques Lucke
2022-04-12UI: Add support for showing socket descriptions in tooltipsLukas Stockner
2022-04-05Cleanup: clang-formatCampbell Barton
2022-04-04Cleanup: clang-tidyCampbell Barton
2022-04-01Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-03-30UI: Fix cosmetic papercuts of the reroute nodeLeon Schittek
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-16Geometry Nodes: Remove legacy node codeHans Goudey
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-01UI: Fix multi input socket outline and highlightLeon Schittek
2022-02-28Nodes: Improve readability of selected node linksLeon Schittek
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
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-07Nodes: Dynamic node class for Map Range nodeCharlie Jolly
2022-01-31UI Papercut: Fix gap in node outlineLeon Schittek
2022-01-20Cleanup: Move node editor files to proper namespaceHans Goudey