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-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
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-07Cleanup: fixed Clang-Tidy `bugprone-suspicious-string-compare` warningsSybren A. Stüvel
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-07-28Fix T79263: Alembic, exported rigid body animation not movingSybren A. Stüvel
2020-07-27Cleanup: Alembic, fix maybe-uninitialized warningSybren A. Stüvel
2020-07-21Cleanup: IO, renamed `delete_object_writer()` → `release_writer()`Sybren A. Stüvel
2020-07-18Cleanup: spellingCampbell Barton
2020-07-14Cleanup: sort header, cmake pathsCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-07IO: Fix bug exporting dupli parent/child relationsSybren A. Stüvel
2020-07-03Clang-Tidy: Enable readability-redundant-string-cstrJacques Lucke
2020-07-03Clang-tidy: enable readability-container-size-empty warningJacques Lucke
2020-07-03Cleanup: Mark overriding function with `override` keywordSybren A. Stüvel
2020-07-01Cleanup: spellingCampbell Barton
2020-06-30Alembic exporter: Fix Windows build errorsSybren A. Stüvel
2020-06-30Alembic: new exporter based on the USD exporter structureSybren A. Stüvel
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
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, removed some unnecessary `extern "C" {}` declarationsSybren A. Stüvel
2020-06-19Cleanup: Alembic, replace `#ifndef` guards with `#pragma once`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-19Alembic: always export transforms as inheritingSybren A. Stüvel
2020-06-19Alembic: prevent spaces in names of exported particle systemsSybren A. Stüvel
2020-06-19Alembic: export object data with object data nameSybren A. Stüvel
2020-06-19IO: Move Abstract Hierarchy Iterator into `io/common`Sybren A. Stüvel
2020-06-15Alembic: remove support for HDF5 archive formatSybren A. Stüvel
2020-06-13Cleanup: naming for lattice deform functionsCampbell Barton
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-28Cleanup: spellingCampbell Barton
2020-05-26Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-26Fix T77021: Alembic export of animated mesh with multiple UV maps failsSybren A. Stüvel
2020-05-18Alembic: Fix bad allocation with invalid knots dataSergey Sharybin
2020-05-15Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-15Fix T76695: Not exporting normals properly in Alembic formatSybren A. Stüvel
2020-05-12Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-12Fix T76132: Can't import Alembic with changing UVsSybren A. Stüvel
2020-05-12Fix T76132: Can't export Alembic with changing UVsSybren A. Stüvel