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-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-02Nodes: Reuse input sockets when creating new node groupsCsaba Boncsér
2022-11-01UI/Nodes: Update node add menu as assets get loadedJulian Eisel
2022-11-01Nodes: Add node group assets in add menuHans Goudey
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-14Fix T101746: Node copy and paste changes multi-input socket orderHans Goudey
2022-10-14Cleanup: Fix wrong comment of breadcrumb tree pathJun Mizutani
2022-10-13Nodes: Duplicate Linked operator + User Preference option for Node TreeDalai Felinto
2022-10-12Nodes: Add "Legacy" to legacy node UI names, skip in searchHans Goudey
2022-10-12Cleanup: Simplify node insert after drag codeHans Goudey
2022-10-12Cleanup: Reduce indentation in node attach operatorHans Goudey
2022-10-07Fix T101424: Empty group node added to node add searchHans Goudey
2022-10-06Fix: Properly free non-trivial node editor runtime typeHans Goudey
2022-10-06Fix T101628: Correct frame node intersection in add reroute operatorLeon Schittek
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-30Fix missing Outliner updates when adding nodetreesPhilipp Oeser
2022-09-29Cleanup: spelling in commentsCampbell Barton
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-27Fix T101361: Collapsed multi-input sockets not collapsing noodlesIliya Katueshenock
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-23Fix T101249: Node groups don't show in node searchHans Goudey
2022-09-23Node Editor: Adjust node link curvingLeon Schittek
2022-09-22Fix: Use correct node group for add node searchHans Goudey
2022-09-20Fix T101001: crash setting texture node active in certain casesPhilipp Oeser
2022-09-19Nodes: Add node group assets to search menusHans Goudey
2022-09-19Cleanup: spellingCampbell Barton
2022-09-18Fix: Make node position consistent when added through link drag searchLeon Schittek
2022-09-17Geometry Nodes: use stringref instead of string in loggerJacques Lucke
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14Fix T100959: Memory leak when moving node with AltGermano Cavalcante
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-13Nodes: Avoid unnecessary sorting when selecting or moving nodesHans Goudey
2022-09-13Fix: Node edge pan and remove on cancel doesn't workHans Goudey
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-09Fix Auto-offset for nodes: Revert "Cleanup: Return early"Dalai Felinto
2022-09-09Fix T100521: Nodes added with link drag search not added to frameDominik Fill
2022-09-08Fix: link drag search feature only works forgeometry nodes groupsHans Goudey
2022-09-06Cleanup: Return earlyHans Goudey
2022-09-06Cleanup: Avoid using runtime node flag, use topology cacheHans Goudey
2022-09-06Cleanup: Move select all nodes code to operatorHans Goudey
2022-09-06Cleanup: Use more specific function for deselecting all nodesHans Goudey
2022-09-06Fix T100841: Creating a frame node with shortcut doesn't sort nodesHans Goudey
2022-09-06Cleanup: Remove unnecessary node sorting, rename variablesHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante