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-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
2021-06-28Functions: improve CPPTypeJacques 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-14Functions: Expose set_all method for generic virtual arraysHans Goudey
2021-05-10Functions: support materialize virtual array to initialized spanJacques 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-17Functions: extend virtual array functionalityJacques Lucke
2021-04-01BLI: rename resource collector to resource scopeJacques Lucke
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21Functions: move CPPType creation related code to separate headerJacques 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
2020-12-02Functions: add float2 cpp typeJacques 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-02Particles: new Age Reached Event, Kill Particle and Random Float nodeJacques Lucke
2020-07-27Particles: initial support for events and actionsJacques Lucke
2020-07-24BLI: add MultiValueMapJacques Lucke
2020-07-23Cleanup: unify naming between different spansJacques Lucke
2020-07-21Particles: initial object socket and emitter node supportJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-18Simulation: cleanup deduplicating attribute input nodesJacques Lucke
2020-07-17Cleanup: avoid static initialization order issues when accessing CPPTypesJacques Lucke
2020-07-16Nodes: support default function for partially implemented nodesJacques Lucke
2020-07-13Cleanup: fix clang tidy warningJacques Lucke
2020-07-12Functions: minor improvementsJacques Lucke
2020-07-11Fix: incorrect attribute type in networkJacques Lucke
2020-07-10Functions: add utility to find dependencies of input socketsJacques Lucke
2020-07-10Functions: make constant folding work on unfinished networksJacques Lucke
2020-07-10Functions: use new is-equal and hash function of CPPTypeJacques Lucke
2020-07-10Cleanup: spellingCampbell Barton
2020-07-08Cleanup: remove unnecessary calls to as_spanJacques Lucke
2020-07-08Cleanup: use different internal socket nameJacques Lucke
2020-07-08Functions: implement common subnetwork elimination optimizationJacques Lucke
2020-07-08Functions: initial hash/equals implementation for constant multi-functionsJacques Lucke
2020-07-08Functions: add dead node removal and constant folding optimizationJacques Lucke
2020-07-07Functions: cleanup loop that traverses the MFNetworkJacques Lucke
2020-07-07Functions: add generic functions that output constantsJacques Lucke