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
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-10Cleanup: move public doc-strings into headers for 'nodes'Campbell 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-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-07Cleanup: clang formatAaron Carlisle
2021-12-07Cleanup: Remove unused node flagHans Goudey
2021-12-07Cleanup: Remove unnecessary generic includes from headersHans Goudey
2021-12-06Cleanup: clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-05Cleanup: Migrate all shader nodes to c++Aaron Carlisle
2021-12-04Compositor: Migrate most nodes to new socket builder APIAaron Carlisle
2021-12-02Fix: Add tooltip translation marker to disabled hintsHans Goudey
2021-11-17Cleanup: use same function for updating internal links for all nodesJacques Lucke
2021-11-17Cleanup: change node socket availability in a single placeJacques Lucke
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-06Nodes: Composite: Fix wrong socket type for color ramp nodeAaron Carlisle
2021-10-05Cleanup: quiet shadow warning, trailign spaceCampbell Barton
2021-10-04Nodes: Revert some socket declarations to previos APIAaron Carlisle
2021-10-03Cleanup: clang-formatCampbell Barton
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-29Cleanup: Compositor: Migrate most converter nodes to new socket builderAaron Carlisle
2021-09-29Nodes: Fix Split View missing identifierAaron Carlisle
2021-09-29UV Editor: Grid and snapping improvementsSiddhartha Jejurkar
2021-09-29Cleanup: Compositor: Migrate color nodes to new socket builderAaron Carlisle
2021-09-29Nodes: Fix compositor viewer nodes having wrong alpha channelAaron Carlisle
2021-09-29Cleanup: Compositor: Migrate most output nodes to new socket builderAaron Carlisle
2021-09-29Cleanup: Make formatAaron Carlisle
2021-09-29Cleanup: Compositor: Migrate most input nodes to new socket builderAaron Carlisle
2021-09-29Cleanup: spelling in commentsCampbell Barton
2021-09-28Cleanup: convert compositor nodes to c++Aaron Carlisle
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-19Compositor: Add OIDN prefiltering option to Denoise nodeManuel Castilla
2021-09-05Compositor: New Posterize NodeAaron Carlisle
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-23Fix T88107: rename Convertor to Converter nodes to correct spellingJames Partsafas
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-05Cleanup: license headersCampbell Barton
2021-07-30Cleanup: headers, use 'pragma once', remove argument to '\file'Campbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-15Fix T49944: Compositor ID Mask Anti-Aliasing not workingAidan Haile
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
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-30Nodes: Add a callback to check for valid socket typeWannes Malfait
2021-04-12UI/Nodes: Improve feedback when adding node fails (e.g. on drag & drop)Julian Eisel