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-24Cleanup: spelling in commentsCampbell 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-03Cleanup: Clang tidyHans Goudey
2022-01-02Geometry Nodes: add field node type for constantsJacques Lucke
2021-12-14Geometry Nodes: simplify using selection when evaluating fieldsJacques Lucke
2021-12-13Geometry Nodes: fix combining field inputsJacques Lucke
2021-12-13Geometry Nodes: move up destruct instructions in procedureJacques Lucke
2021-12-13Cleanup: spelling in commentsCampbell Barton
2021-12-12Geometry Nodes: improve memory reuse in procedure executorJacques Lucke
2021-12-11Geometry Nodes: remove accidental exponential time algorithmJacques Lucke
2021-12-09Cleanup: move public doc-strings into headers for 'functions'Campbell Barton
2021-12-06Geometry Nodes: reduce code duplication with new GeometyrFieldInputJacques Lucke
2021-11-26Geometry Nodes: deduplicate virtual array implementationsJacques Lucke
2021-11-26Fix: error in previous commitJacques Lucke
2021-11-26Geometry Nodes: refactor multi-threading in field evaluationJacques Lucke
2021-11-26Geometry Nodes: better devirtualization for sliced virtual arraysJacques Lucke
2021-11-26Geometry Nodes: avoid allocation when construct varray for single valueJacques Lucke
2021-11-25BLI: remove special cases for is_span and is_single methodsJacques Lucke
2021-11-23Geometry Nodes: reduce overhead when processing single valuesJacques Lucke
2021-11-21Functions: use static string for parameter namesJacques Lucke
2021-11-21Functions: use static names for multi-functionsJacques Lucke
2021-11-17Cleanup: remove dummy multi functionJacques Lucke
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques Lucke
2021-10-24Fix T92327: use default value when field is passed into data socketJacques Lucke
2021-10-20Geometry Nodes: Make Random ID a builtin attribute, remove socketsHans Goudey
2021-10-19Geometry Nodes: De-duplicate index input nodes during evaluationHans Goudey
2021-10-18Geometry Nodes: decouple multi-function lifetimes from modifierJacques Lucke
2021-10-05Cleanup: use doxygen sectionsCampbell Barton
2021-09-27Functions: fail early when multi-function throws an exceptionJacques Lucke
2021-09-27Cleanup: simplify field evaluationJacques Lucke
2021-09-27Fix T91732: crash in Set Position node on empty meshJacques Lucke
2021-09-24Fix: field evaluation crash when the domain size is zeroJacques Lucke
2021-09-24Geometry Nodes: make index field more reusableJacques Lucke
2021-09-22Geometry Nodes: fix evaluating field to spanJacques Lucke
2021-09-21Functions: Fix incorrect assert for unused outputHans Goudey
2021-09-15Geometry Nodes: multi threaded field evaluationJacques Lucke
2021-09-14Cleanup: simplify resource scope methodsJacques Lucke
2021-09-14Functions: support optional outputs in multi-functionJacques Lucke
2021-09-11Geometry Nodes: add field support for socket inspectionJacques Lucke
2021-09-11Cleanup: use nullptrJacques Lucke
2021-09-11Functions: store cursors to previous instructionsJacques Lucke
2021-09-09Geometry Nodes: fields and anonymous attributesJacques Lucke
2021-08-20Functions: remove multi-function networkJacques Lucke
2021-08-20Functions: add clear method to vector arrayJacques Lucke
2021-08-02Cleanup: simplify subclassing CPPTypeJacques Lucke