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-02-24Cleanup: Typo in commentHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke
2021-12-15Refactor: Simplify spreadsheet handling of cell valuesHans Goudey
2021-12-09Cleanup: move public doc-strings into headers for 'functions'Campbell Barton
2021-11-26Geometry Nodes: deduplicate virtual array implementationsJacques Lucke
2021-11-17Fix error with makefiles compilationGermano Cavalcante
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-14Functions: Generic array data structureHans Goudey
2021-09-15Geometry Nodes: multi threaded field evaluationJacques Lucke
2021-08-20Functions: remove multi-function networkJacques Lucke
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-06-28Functions: improve CPPTypeJacques Lucke
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-15Fix: wrong size checkJacques Lucke
2021-05-16Cleanup: Fix inconsistent-missing-override warningAnkit Meel
2021-05-14Cleanup: clang-formatCampbell Barton
2021-05-14Fix build after last commitHans Goudey
2021-05-14Functions: Expose set_all method for generic virtual arraysHans Goudey
2021-05-11Functions: Add materialize methods for generic mutable virtual arrayHans Goudey
2021-05-10Functions: support materialize virtual array to initialized spanJacques Lucke
2021-04-30Fix: missing returnJacques Lucke
2021-04-29Function: add method to create shallow copy of virtual arrayJacques Lucke
2021-04-29Functions: make copying virtual arrays to span more efficientJacques Lucke
2021-04-17Geometry Nodes: use virtual arrays in internal attribute apiJacques Lucke
2021-04-17Functions: extend virtual array functionalityJacques Lucke
2021-03-22Fix build error on macOS/clangBrecht Van Lommel
2021-03-21Cleanup: compile errors on macosJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke