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-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-08-16Cleanup: use a structure for Alembic import parametersKévin Dietrich
2022-07-01IO: print import & export times of Alembic & USDAras Pranckevicius
2022-06-30Fix build error with Alembic after 65166e145b4dJulian Eisel
2022-06-17IO: speed up large Alembic & USD imports by doing fewer collection syncsAras Pranckevicius
2022-04-14Cleanup: Alembic, use a structure to pass parametersKévin Dietrich
2022-04-08Cleanup: CacheFile, use double precision for timeKévin Dietrich
2022-03-23Cleanup: add const qualifierKévin Dietrich
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-17Alembic: add support for reading override layersKévin Dietrich
2021-10-06Cleanup: missing verb in commentKévin Dietrich
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-08-19Alembic import: option to always add a cache readerKévin Dietrich
2021-08-03USD: add USD importerMichael Kowalski
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-08-03Cycles: add support for rendering deformation motion blur from Alembic caches.Kévin Dietrich
2020-07-03Clang-tidy: enable readability-container-size-empty warningJacques Lucke
2020-06-30Alembic: new exporter based on the USD exporter structureSybren A. Stüvel
2020-06-22Fix T77754: Crash after any alembic import undo in an empty sceneSybren A. Stüvel
2020-06-19Cleanup: Alembic, replace `ABC_INLINE` with `BLI_INLINE`Sybren A. Stüvel
2020-06-19Cleanup: Alembic, move the C++ code to `blender::io::alembic` namespaceSybren A. Stüvel
2020-06-19Cleanup: Alembic, moved exporter code into separate directorySybren A. Stüvel
2020-06-15Alembic: remove support for HDF5 archive formatSybren A. Stüvel
2020-05-28Cleanup: spellingCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-09Alembic: constraint for transform animation is using world matrix againSybren A. Stüvel
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel