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
2020-08-27Fix crash of alembic tests after recent depsgraph builder changeSergey Sharybin
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-17USD: Allow exporting of invisible objectsSybren A. Stüvel
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-08Clenup: use STREQ macroCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: fixed Clang-Tidy `bugprone-suspicious-string-compare` warningsSybren A. Stüvel
2020-08-07Cleanup: IO, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Clang-Tidy: Address readability-redundant-string-initSergey Sharybin
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Merge remote-tracking branch 'origin/blender-v2.90-release'Sybren A. Stüvel
2020-08-04Fix T78758 Alembic export: crash when file is in use by another applicationSybren A. Stüvel
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-08-03Cleanup: remove trailing space, newlines at eofCampbell Barton
2020-08-03Cycles: add support for rendering deformation motion blur from Alembic caches.Kévin Dietrich
2020-08-01Fix error in recent renameCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
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-28Tests: show debugging hint when USDStageCreationTest failsSybren A. Stüvel
2020-07-27Cleanup: Alembic, fix maybe-uninitialized warningSybren 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-21Cleanup: spellingCampbell Barton
2020-07-19Cleanup: spellingCampbell Barton
2020-07-18Cleanup: spellingCampbell Barton
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-15Cleanup: spellingCampbell Barton
2020-07-14Cleanup: sort header, cmake pathsCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-10Cleanup: spellingCampbell Barton
2020-07-07Cleanup: Add braces for clang tidyHans Goudey
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-named-parameterJacques Lucke
2020-07-03Clang-Tidy: enable bugprone-too-small-loop-variableJacques Lucke
2020-07-03Clang-Tidy: More fixed of redundant check before deleteSergey Sharybin
2020-07-03Clang-Tidy: enable bugprone-argument-commentJacques Lucke
2020-07-03Clang-Tidy: Enable readability-redundant-string-cstrJacques Lucke
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
2020-07-03Clang-tidy: enable readability-container-size-empty warningJacques Lucke