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-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Geometry Nodes: decentralize implicit input definitionsJacques Lucke
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-03-10Fix: closest image texture interpolation inconsistent in geometry nodesEthan-Hall
2022-02-11File headers: SPDX License migrationCampbell Barton
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-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-17Cleanup: use new c++ guarded allocator api in some filesJacques Lucke
2021-12-08Cleanup: clang-formatAaron Carlisle
2021-12-08Cleanup: Nodes: clang-tidy modernize-redundant-void-argAaron Carlisle
2021-12-07Cleanup: Add macro and functions for node storageHans Goudey
2021-11-26Geometry Nodes: add utility to set remaining outputsJacques Lucke
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-25Geometry Nodes: new Image Texture nodeJacques Lucke