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
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-10Functions: make generic types hashableJacques Lucke
2020-07-10Functions: make generic types equality comparableJacques Lucke
2020-07-10Cleanup: various cleanups in for CPPTypeJacques Lucke
2020-07-10Cleanup: structure CPPType according to code style guideJacques Lucke
2020-07-10Cleanup: spellingCampbell Barton
2020-07-08Cleanup: remove unnecessary calls to as_spanJacques Lucke
2020-07-08Cleanup: use c++17 helper variable templatesJacques Lucke
2020-07-08Functions: add AttributesRef classJacques Lucke
2020-07-08Cleanup: use different internal socket nameJacques Lucke
2020-07-08Functions: support hashing MFDataType and CPPTypeJacques Lucke
2020-07-08Functions: implement common subnetwork elimination optimizationJacques Lucke
2020-07-08Functions: Support getting MFSocket based on its idJacques Lucke
2020-07-08Functions: Support accessing socket index of MFSocketJacques Lucke
2020-07-08Functions: initial hash/equals implementation for constant multi-functionsJacques Lucke
2020-07-08Functions: allow multi-functions to override a hash and equals functionJacques Lucke
2020-07-08Functions: add dead node removal and constant folding optimizationJacques Lucke
2020-07-08Cleanup: fix commentJacques Lucke
2020-07-07Functions: cleanup loop that traverses the MFNetworkJacques Lucke
2020-07-07Functions: add generic functions that output constantsJacques Lucke
2020-07-07Functions: extend multi-function network apiJacques Lucke
2020-07-07Functions: Add debug print and destruct callback to CPPTypeJacques Lucke
2020-07-03Cleanup: use nested namespacesJacques Lucke
2020-07-03Cleanup: use trailing underscore for non-public data membersJacques Lucke
2020-06-30Functions: provide dummy multi functionJacques Lucke
2020-06-30Functions: add methods to multi-function network classesJacques Lucke
2020-06-30Functions: use raw allocator for function signatureJacques Lucke
2020-06-30Functions: add two more customizable multi-functionsJacques Lucke
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-29Cleanup: rename namespace DotExport to dotJacques Lucke
2020-06-27Functions: add MutableAttributesRef data structureJacques Lucke
2020-06-27Cleanup: make it easier to check if a CPPType is a specific compile time typeJacques Lucke
2020-06-25Cleanup: spellingCampbell Barton
2020-06-23Cleanup: remove some dead codeJacques Lucke
2020-06-23Functions: Multi Function NetworkJacques Lucke
2020-06-22Functions: add utilities that allow creating some multi-functions with less t...Jacques Lucke
2020-06-22Functions: Various improvements to the spans and generic data structuresJacques Lucke
2020-06-16Functions: Multi FunctionJacques Lucke
2020-06-13Cleanup: spellingCampbell Barton
2020-06-12Functions: Wrap into blender namespaceSergey Sharybin
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-08Functions: Run-time type system and index maskJacques Lucke