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-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-29Nodes: fix missing update when input of muted node changesJacques Lucke
2022-09-29Nodes: fix missing updates with muted nodes and reroutesJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-20Fix T101214: hidden link can cause cycle in node treeJacques Lucke
2022-09-18Fix T101166: crash when creating group input socketJacques Lucke
2022-09-06Fix T100841: Creating a frame node with shortcut doesn't sort nodesHans Goudey
2022-08-31Fix: crash on undo due to missing node declarationJacques Lucke
2022-08-31Fix: incorrect detection of used socketsJacques Lucke
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-23Fix T100318: handle custom nodes in field inferencing more gracefullyJacques Lucke
2022-08-23Fix T99932: video in node group does not playJacques Lucke
2022-05-30Nodes: add separately allocated runtime data for nodes and socketsJacques Lucke
2022-05-30Nodes: add separately allocated run-time data for bNodeTreeJacques Lucke
2022-05-23Fix T98231: missing update when material output is in groupJacques Lucke
2022-05-18Fix T98157: improve animation fps with better check in depsgraphJacques Lucke
2022-03-18Fix T96278: missing update after alpha socket connectionJacques Lucke
2022-03-14Fix T96402: fix case when material output is contained in node groupJacques Lucke
2022-02-14Merge branch 'blender-v3.1-release'Jacques Lucke
2022-02-14Fix T95749: missing update when normal node changesJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix T95624: video texture not refreshing when changing offset in nodeJacques Lucke
2022-02-10Fix T95664: missing update after changing active output nodeJacques Lucke
2022-02-07Fix T95543: incorrect handling of implicit field inputs in uiJacques Lucke
2022-01-25Cleanup: Correct location of node function declarationsHans Goudey
2021-12-31Fix T94416: incorrect handling when nodes are linked in a loopJacques Lucke
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-22Fix: Missing update when toggling node muteHans Goudey
2021-12-21Nodes: refactor node tree update handlingJacques Lucke