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-13Geometry Nodes: new evaluation systemJacques Lucke
2022-07-07Cleanup: Remove redundant filtering of legacy normal attributeHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Geometry Nodes: Don't allow UI attributes as modifier field inputsJacques Lucke
2022-05-24Fix T98152: Named Attribute node changes data type for non-existant attributesJacques Lucke
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-01Geometry Nodes: Add search to named attribute input nodeHans Goudey
2022-03-31Cleanup: Remove unnecessary namespace specificationHans Goudey
2022-03-31Cleanup: Avoid storing pointers for attribute search callbackHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-20Cleanup: Move node editor files to proper namespaceHans Goudey
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-04Cleanup: Use references in node editor, other improvementsHans Goudey
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-11-11Fix T89313: Attribute search crash with animation playbackHans Goudey
2021-10-21Geometry Nodes: Attribute search in the modifierHans Goudey
2021-10-21Cleanup: Use common define for menu separator arrowHans Goudey
2021-08-24Nodes: Improvements to edge panning in the node editor.Lukas Tönne
2021-07-09Fix: crash when using empty attribute searchJacques Lucke
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-05-20Fix T87316: No undo push for clicking on attribute nameHans Goudey
2021-04-19Fix T87567: Crash adding item in empty attribute searchHans Goudey
2021-04-14Geometry Nodes: Add domain and data type to attribute searchHans Goudey
2021-03-17Geometry Nodes: store domain and data type in attribute hintsJacques Lucke
2021-03-05Geometry Nodes: Sort attribute search items when menu opensHans Goudey
2021-03-03Geometry Nodes: Allow clearing an attribute text fieldHans Goudey
2021-03-02Geometry Nodes: Attribute search drop-downHans Goudey