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-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-06-14Fix T85729: Crash when exporting for USD and AlembicSonny Campbell
2022-05-06USD: add volume/VDB exportPiotr Makal
2022-04-28Cleanup: Improve const correctness of shape key functionsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-16Fix T93066: Alembic export ignores Mantaflow particlesPhilipp Oeser
2021-10-04Cleanup: remove redundant assignmentCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-10Cleanup: IO, inline namespace declarationsSybren A. Stüvel
2020-08-17Fix T75936: Alembic, allow exporting of invisible objectsSybren A. Stüvel
2020-08-17Cleanup: IO, reduce code duplication in USD and Alembic exportersSybren A. Stüvel
2020-07-28Fix T79263: Alembic, exported rigid body animation not movingSybren A. Stüvel
2020-07-21Tests: IO, fixed a memory leak in the USDHierarchyIteratorTestSybren A. Stüvel
2020-07-21Cleanup: IO, renamed `delete_object_writer()` → `release_writer()`Sybren A. Stüvel
2020-07-07IO: Reversed persistent ID order in exports to Alembic and USDSybren A. Stüvel
2020-07-07IO: Fix bug exporting dupli parent/child relationsSybren A. Stüvel
2020-07-07IO: print export name instead of object name in debug export graph outputSybren A. Stüvel
2020-07-03Clang-tidy: enable readability-container-size-empty warningJacques Lucke
2020-06-19IO: ensure export path and export name are always consistentSybren A. Stüvel
2020-06-19IO: Allow exporting a subset of the writersSybren A. Stüvel
2020-06-19IO: Move Abstract Hierarchy Iterator into `io/common`Sybren A. Stüvel