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-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-09Cleanup: sort cmake file-listsCampbell Barton
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-14Fix T85729: Crash when exporting for USD and AlembicSonny Campbell
2022-06-13IO: update documentation for `HierarchyIterator::weak_export`Sybren A. Stüvel
2022-06-06STL: Add new C++ based STL importerIyad Ahmed
2022-05-11Cleanup: formatCampbell Barton
2022-05-10Merge branch 'blender-v3.2-release'Aras Pranckevicius
2022-05-10Fix T96399: New 3.1 OBJ exporter is missing Path Mode settingAras Pranckevicius
2022-05-06obj: move parsing utilities out of io_common, since they are fairly obj specificAras Pranckevicius
2022-05-06USD: add volume/VDB exportPiotr Makal
2022-04-28Cleanup: Improve const correctness of shape key functionsHans Goudey
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-17OBJ: further optimize, cleanup and harden the new C++ importerAras Pranckevicius
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-11-16Fix T93066: Alembic export ignores Mantaflow particlesPhilipp Oeser
2021-10-04Cleanup: remove redundant assignmentCampbell Barton
2021-08-03USD: add USD importerMichael Kowalski
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-05Cleanup: correct spelling in codeCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-22Cleanup: spelling, remove outdated/invalid commentsCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-11Cleanup: clang tidyJacques Lucke
2020-12-04Cleanup: Clang-Tidy, modernize-use-overrideSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-bool-literalsSergey Sharybin
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-18Depsgraph: simplify build APIJacques Lucke
2020-08-17IO: Add test for iterating over invisible objectsSybren 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-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
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-21Tests: fix link errors when USD and Alembic are disabledSybren A. Stüvel
2020-07-17Cleanup: avoid warning about redundant access specifierSybren A. Stüvel
2020-07-16Tests: move tests from USD test directory into `io/common` and `io/usd`Sybren A. Stüvel
2020-07-14Cleanup: sort header, cmake pathsCampbell Barton
2020-07-07Cleanup: Add braces for clang tidyHans Goudey