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: Remove unnecessary node type registraction functionsHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-05-24Fix T98317: equal vs not-equal modes in compare node are not exact oppositesJacques Lucke
2022-04-26Geometry Nodes: refactor array devirtualizationJacques Lucke
2022-02-17Fix build errors on Linux/clang after recent changesBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-14Nodes: Support link-drag search with compare node outputsHans Goudey
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-10Cleanup: redundent semicolons after function bracesAaron Carlisle
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-31Nodes: Add Compare node operations to link drag search menuCharlie Jolly
2021-12-25Cleanup: use new c++ guarded allocator API in nodesAaron Carlisle
2021-12-16Fix: Compare node missing from link drag searchHans Goudey
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-01Geometry Nodes: Generalized Compare NodeJohnny Matthews