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-10-25UI: Fix count on node editor/group header when fake userDalai Felinto
2022-10-20UI: Icon number indicator for data-blocksDalai Felinto
2022-10-14Cleanup: Fix wrong comment of breadcrumb tree pathJun Mizutani
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-17Geometry Nodes: use stringref instead of string in loggerJacques Lucke
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