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-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-05-30Nodes: add separately allocated runtime data for nodes and socketsJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
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
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-15Node Editor: Link Drag Search MenuHans Goudey
2021-12-10Cleanup: Use const argument, rename variablesHans Goudey
2021-12-07Cleanup: Remove unused includesHans Goudey
2021-11-23Geometry Nodes: reduce overhead when processing single valuesJacques Lucke
2021-11-22Cleanup: use simple data member instead of callbackJacques Lucke
2021-11-08Nodes: store socket declaration reference in socketJacques Lucke
2021-10-14Nodes: add boilerplate for image socketsCharlie Jolly
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-14Nodes: cache node declaration on nodeJacques Lucke
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-08-30Nodes: add more flexible method to declare sockets of a nodeJacques Lucke
2021-08-20Functions: remove multi-function networkJacques Lucke
2021-08-02Cleanup: separate base and geometry nodes specific socket cpp typeJacques Lucke
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-06-28Functions: improve CPPTypeJacques Lucke
2021-06-10Add unit for time stored in secondsSergey Sharybin
2021-05-27Nodes: fix material node copied over when socket is copiedJacques Lucke
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-05-08Cleanup: remove use of persistent data handles in geometry nodesJacques Lucke
2021-04-30Cleanup: duplicate breakCampbell Barton
2021-03-26Cleanup: Use enum for "in" vs. "out" node socketsHans Goudey
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-21Functions: move CPPType creation related code to separate headerJacques Lucke
2021-03-14Nodes: Add distance float socket typeHans Goudey
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-11Geometry Nodes: support collection socketsJacques Lucke
2020-12-11Nodes: add Collection socket typeJacques Lucke
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-12-02Nodes: add geometry socket typeJacques Lucke
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-redundant-void-argSergey Sharybin
2020-11-03Fix T81756: relinking multiple links to group input removes linksJacques Lucke
2020-10-20Simulation: remove particle nodes with outdated designJacques Lucke