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
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-15Fix: wrong size checkJacques Lucke
2021-06-10Cleanup: add commentJacques 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-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-13Functions: simplify adding a single input to a multi-functionJacques Lucke
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-27Geometry Nodes: improve geometry nodes evaluator internal apiJacques Lucke
2021-04-21Functions: add slice method for generic spansJacques Lucke
2021-04-17Geometry Nodes: use virtual arrays in internal attribute apiJacques Lucke
2021-04-17Functions: extend virtual array functionalityJacques Lucke
2021-04-01BLI: rename resource collector to resource scopeJacques Lucke
2021-03-28Cleanup: use parentheses in macroJacques Lucke
2021-03-25BLI: simplify using DefaultHashJacques Lucke
2021-03-22Functions: devirtualize virtual arrays in simple functionsJacques Lucke
2021-03-22Fix build error on macOS/clangBrecht Van Lommel
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-21Cleanup: compile errors on macosJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21Functions: move CPPType creation related code to separate headerJacques Lucke
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-08Geometry Nodes: support Vector Rotate nodeLeon Leno
2021-03-07Geometry Nodes: simplify allocating dynamically sized buffer on stackJacques Lucke
2021-03-07Cleanup: remove dead codeJacques Lucke
2021-03-07Cleanup: compiler warningsJacques Lucke
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-18Cleanup: return const reference instead of copyJacques Lucke
2021-02-04Geometry Nodes: new Is Viewport nodeJacques Lucke
2021-01-14Geometry Nodes: don't delete existing attribute before new attribute is computedJacques Lucke
2020-12-18Functions: add generic pointer class for const pointersJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-12-02Functions: add float2 cpp typeJacques Lucke
2020-12-02Functions: add generic pointer classJacques Lucke
2020-12-02Functions: add move operations to CPPTypeJacques Lucke
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-15Cleanup: add missing headers to CMake, formattingCampbell Barton
2020-08-19Fix warning from narrowing conversionJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke