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-01-28Remove compilation warnings TexResult.Jeroen Bakker
2022-01-26Cleanup: Move specific node tree execution functions into respective moduleAaron Carlisle
2022-01-09Cleanup: Remove no op socket templatesAaron Carlisle
2022-01-07Cleanup: Add `bf_nodes_texture` libraryAaron Carlisle
2022-01-06Cleanup: Remove empty node socket template arrayAaron Carlisle
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-29Nodes: Cleanup: Remove no op registration functionsAaron Carlisle
2021-12-25Cleanup: Define node tree icon in register functionAaron Carlisle
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-20Cleanup: Remove more texture nodes preview handlingHans Goudey
2021-12-20Cleanup: Remove more no-op node preview codeHans Goudey
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-08Cleanup: clang-formatAaron Carlisle
2021-12-07Revert moving all shader nodes to c++Jacques Lucke
2021-12-07Cleanup: clang formatAaron Carlisle
2021-12-07Cleanup: Remove unused includesHans Goudey
2021-12-07Cleanup: Remove unused node flagHans Goudey
2021-12-07Cleanup: Remove unnecessary generic includes from headersHans Goudey
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-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-08-23Fix T88107: rename Convertor to Converter nodes to correct spellingJames Partsafas
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
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
2021-02-02Blenkernel: Move node.c to C++Hans Goudey
2020-11-25Nodes: deduplicate ping pong math operationJacques Lucke
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-01Cleanup: make texture coordinates constJacques Lucke
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: Nodes, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-06-30Cleanup: add missing extern "C"Jacques Lucke
2020-05-01Cleanup: pass const arguments to texture functionsCampbell Barton
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2019-12-07Maths Node: Additional functionsCharlie Jolly
2019-09-12Cleanup: line breaks with commentsCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton