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-01-17Alembic: add support for reading override layersKévin Dietrich
2022-01-06Cleanup: USD/ABC, remove `const` from pass-by-value paramsSybren A. Stüvel
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-09Cleanup: CacheFile: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-05Cleanup: formatting, strip trailing spaceCampbell Barton
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-05-01Alembic: integrate cache file into the dependency graphBrecht Van Lommel
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 redundant, invalid info from headersCampbell Barton
2018-05-31Animation: Pass dependency graph to animation systemSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-04-25Alembic import: don't use global mainSybren A. Stüvel
2017-04-25Alembic import: removed BaseLegacy from BKE_cachefile_cleanSybren A. Stüvel
2017-03-11Cleanup: code style & cmakeCampbell Barton
2016-10-29Alembic: store a pointer to the object reader in the cache modifiers andKévin Dietrich
2016-10-18[msvc] Minor cleanup in blenkernel.lazydodo
2016-09-19CacheFile: make sure SpinLock is destroyed when exiting Blender.Kévin Dietrich
2016-08-26Fix over creation of cache files handles (leading to memory leaks).Kévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich