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-06Cleanup: Nodes: Use const arguments, avoid recursive iterationHans Goudey
2022-11-05Cleanup: Remove unused node functionHans Goudey
2022-11-05Cleanup: Use Vector in group input/output node update functionsHans Goudey
2022-11-05Cleanup: Remove unnecessary node type registraction functionsHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-22Cleanup: Use const arguments for node group poll functionHans Goudey
2022-07-23Fix T99830: missing update after reordering node group socketsJacques Lucke
2022-05-31Fix T98501: setting node socket default value is very slowJacques Lucke
2022-04-18Fix T97002: Preserve multi socket link orderLeon Schittek
2022-02-26Cleanup: typos in comments.Kévin Dietrich
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-14Fix T94827: Group Input/Output cannot connect to custom socketsPhilipp Oeser
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-30Cleanup: clang-tidy modernize-redundant-void-argAaron Carlisle
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-14Cleanup: Simplify node group input and output socket verificationHans Goudey
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-10Cleanup: Use const argument, rename variablesHans Goudey
2021-12-10Cleanup: move public doc-strings into headers for 'nodes'Campbell Barton
2021-12-02Fix: Add tooltip translation marker to disabled hintsHans Goudey
2021-11-25Fix: Crash when muting the Group Output nodeErik
2021-11-17Cleanup: use same function for updating internal links for all nodesJacques Lucke
2021-10-12Cleanup: Attempt to fix benign macOS compile warningsHans Goudey
2021-10-01Fix T87536: incorrect socket types in reroute nodesJacques Lucke
2021-09-30Cleanup: move node_common.c to c++Jacques Lucke