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-14Fix T100959: Memory leak when moving node with AltGermano Cavalcante
2022-09-13Nodes: Avoid unnecessary sorting when selecting or moving nodesHans Goudey
2022-09-09Fix Auto-offset for nodes: Revert "Cleanup: Return early"Dalai Felinto
2022-09-06Cleanup: Return earlyHans Goudey
2022-09-06Cleanup: Avoid using runtime node flag, use topology cacheHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-04Cleanup: Clarify multi-socket input sortingHans Goudey
2022-09-04Cleanup: Replace recursive quadratic node link mute operationHans Goudey
2022-09-03Cleanup: Deduplicate node link intersection testHans Goudey
2022-09-03Cleanup: Return earlyHans Goudey
2022-09-03Cleanup: Use new node topology cache for sorting multi input socketsHans Goudey
2022-09-03Cleanup: Return earlyHans Goudey
2022-09-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-09-02Fix T100767: Geometry nodes viewer node placed incorrectlyHans Goudey
2022-09-02Cleanup: Deduplicate node link points evaluation functionsHans Goudey
2022-09-02Cleanup: Further split of node link Bezier calculation functionHans Goudey
2022-09-02Cleanup: Split node link draw culling to separate functionHans Goudey
2022-09-02Cleanup: Remove unused structHans Goudey
2022-09-02Cleanup: Use C++ vector types in node editorHans Goudey
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-02Cleanup: simplify function for adding node to editorHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-30Nodes: add separately allocated runtime data for nodes and socketsJacques Lucke
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-02-28Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-28Fix T96073: Don't remove links when inserting reroute nodesJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Fix T95640: missing null check in previous commitJacques Lucke
2022-02-09Fix T91840: do not create invalid links when inserting a nodeJacques Lucke
2022-02-07Fix T95578: missing update when linking selected nodesJacques Lucke
2022-01-20Cleanup: Move node editor files to proper namespaceHans Goudey
2022-01-18Cleanup: Use references, LISTBASE_FOREACH macroHans Goudey
2022-01-18Fix T93413: Nodes 'Make Links' fails for multi input socketPhilipp Oeser
2022-01-18Cleanup: Make node editor functions privateHans Goudey
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-24Fix T94322: add missing updates after recent refactorJacques Lucke
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-15Node Editor: Link Drag Search MenuHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-07Cleanup: Use C++ types for multi input socket sortingHans Goudey
2021-12-07Cleanup: Remove unnecessary generic includes from headersHans Goudey
2021-12-04Cleanup: Use references in node editor, other improvementsHans Goudey
2021-11-29Fix T93438: Auto linking do not work for custom socketsOmar Emara
2021-11-19Cleanup: Use vector instead of linked listHans Goudey
2021-11-19Cleanup: Simplify node editor link dragging storageHans Goudey
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-11-04Fix T92814: improve automatic linking when inserting Float Curve nodeJacques Lucke