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-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-27Particles: initial support for events and actionsJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-17Cleanup: avoid static initialization order issues when accessing CPPTypesJacques Lucke
2020-07-12Functions: minor api improvementsJacques 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-08Cleanup: use c++17 helper variable templatesJacques Lucke
2020-07-08Functions: support hashing MFDataType and CPPTypeJacques Lucke
2020-07-08Cleanup: fix commentJacques 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-27Cleanup: make it easier to check if a CPPType is a specific compile time typeJacques Lucke
2020-06-25Cleanup: spellingCampbell Barton
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