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-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-29Fix T93439: Armature widgets from hidden collections are invisibleSergey Sharybin
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-04Cleanup: Clang-Tidy, modernize-use-usingSybren A. Stüvel
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-06-29Depsgraph: introduce blender::deg namespaceJacques Lucke
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: Use BLI::Map in more placesJacques Lucke
2020-04-24Depsgraph: Use BLI::Set instead of std::unordered_setJacques Lucke
2020-04-23Cleanup: silence unused parameter warningJacques Lucke
2020-04-23Fix T75611: slow transform of many objects at the same timeBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-05Cleanup: Move std::deque to depsgraph_type.hSybren A. Stüvel
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-24Depsgrapg: Refactor, move Relation to own fileSergey Sharybin
2019-09-26Fix T70126: Can't Snap To Vertex With RigidbodySergey Sharybin
2019-07-05Depsgraph: Cleanup, more clear namingSergey Sharybin
2019-07-05Depsgraph: Make component traversal more granularSergey Sharybin
2019-07-05Depsgraph: Add dependencies traversal which is aware of componentSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-09-03Depsgraph: Use more meaningful name for flags storageSergey Sharybin
2018-08-23Depsgraph: Fix filtering-related crashesJoshua Leung
2018-08-21Depsgraph: Add query methods to identify all the ID's that a given datablock ...Joshua Leung
2018-08-21Cleanup: Fix variable shadowingJoshua Leung
2018-05-02Depsgraph: Add function to iterate over all original IDsSergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-18Depsgraph: Add query API to traverse all dependent IDs of the given IDSergey Sharybin
2017-12-01Depsgraph: Add query API to traverse all dependent IDs of the given IDSergey Sharybin