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-12Nodes: Add "Legacy" to legacy node UI names, skip in searchHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-08-10Compositor: Limit C linkage of cryptomatte functionsOmar Emara
2022-08-10Realtime Compositor: Add stub unsupported nodesOmar Emara
2022-08-04Nodes: Disable link drag search for deprecated nodesHans Goudey
2022-07-05Cleanup: Unused headers in generic compositor nodes headerSergey Sharybin
2022-04-25Fix memory leak in cryptomatteSergey Sharybin
2022-03-28Cleanup: use "num" as a suffix in: source/blender/nodesCampbell Barton
2022-02-17Fix build errors on Linux/clang after recent changesBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-11Cleanup: Composite nodes: add namespace for every fileAaron Carlisle
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-25Cleanup: use new c++ guarded allocator API in nodesAaron Carlisle
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: clang-formatAaron Carlisle
2021-12-07Cleanup: clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-07Revert moving all shader nodes to c++Jacques Lucke
2021-12-06Cleanup: clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-05Cleanup: Migrate all shader nodes to c++Aaron Carlisle
2021-12-02Fix: Add tooltip translation marker to disabled hintsHans Goudey
2021-09-28Cleanup: convert compositor nodes to c++Aaron Carlisle
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-05-31Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the time...Jeroen Bakker
2021-04-12UI/Nodes: Improve feedback when adding node fails (e.g. on drag & drop)Julian Eisel
2021-03-23Cryptomatte: Node Size.Jeroen Bakker
2021-03-23Cryptomatte: Default Node Size.Jeroen Bakker
2021-03-17Cryptomatte: Show Name of Object/Material Under The Cursor.Jeroen Bakker
2021-03-16Fix: read cryptomatte manifests when images aren't loaded yet.Jeroen Bakker
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-03Fix compiler issues introduced in recent commit.Jeroen Bakker
2021-03-03Cleanup: use zero_v3 to clear colors.Jeroen Bakker
2021-03-03Cleanup: Make node_composite_cryptomatte CPP.Jeroen Bakker