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-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Cleanup: use doxy sections, remove outdated commentCampbell Barton
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-06-25Functions: improve span buffer reuse in procedure executionJacques Lucke
2022-06-25Functions: avoid using Map for small valuesJacques Lucke
2022-06-23Geometry Nodes: Optimize selection for virtual array inputHans Goudey
2022-06-19Functions: speedup multi-function procedure executorJacques Lucke
2022-06-05Geometry Nodes: Use fields for delete geometry inversionHans Goudey
2022-04-26Geometry Nodes: refactor array devirtualizationJacques Lucke
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-21Functions: fix procedure executor not writing output in correct bufferJacques Lucke
2022-04-07Functions: parallelize materializing arrays after field evaluationJacques Lucke
2022-03-29Cleanup: use value initialization instead of copying default valueJacques Lucke
2022-03-25Geometry Nodes: Multi-thread creation of selection from fieldHans Goudey
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
2022-02-04Cleanup: avoid generating some functions in all translation unitsJacques Lucke
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