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-02-17Cleanup: Alembic, split source files into reader and writerSybren A. Stüvel
2019-08-16Fix T56408: Hair children recalc on every frame on Alembic meshSybren A. Stüvel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-16Alembic: C++11 doesn't need the space between '> >'Sybren A. Stüvel
2018-06-07Alembic export: cleaned up multiply-passed depsgraph & sceneSybren A. Stüvel
2018-06-07Alembic import: port DerivedMesh → MeshSybren A. Stüvel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-11Fix T52022 Alembic Inherits transform not taken into accountSybren A. Stüvel
2017-07-03Alembic: renamed offset → sequence_offsetSybren A. Stüvel
2017-04-28Alembic: use object-oriented approach in ABC_read_mesh()Sybren A. Stüvel
2017-04-28Alembic: Construct ISampleSelector once and pass alongSybren A. Stüvel
2017-04-25Revert "Alembic: Construct ISampleSelector once and pass along"Sybren A. Stüvel
2017-04-25Fix T51284: Mesh not skinnedSybren A. Stüvel
2017-04-21Alembic: Construct ISampleSelector once and pass alongSybren A. Stüvel
2017-04-06Alembic import: restructured the importer w.g.t. parenthoodSybren A. Stüvel
2017-04-06Alembic: added some r_ prefixes for return parametersSybren A. Stüvel
2017-04-06Alembic: simplified conditional statementsSybren A. Stüvel
2017-04-06Alembic import: fixed bug where local matrix from Alembic was used as object ...Sybren A. Stüvel
2017-04-06Alembic import: separated reading matrix and getting the appropriate Xform ob...Sybren A. Stüvel
2017-04-06Alembic: added some getter functions to help debug prints etc.Sybren A. Stüvel
2016-12-01Alembic: quiet compilation warnings on Windows.Kévin Dietrich
2016-11-30Fix T49813: crash after changing Alembic cache topology.Kévin Dietrich
2016-10-29Alembic: store a pointer to the object reader in the cache modifiers andKévin Dietrich
2016-09-20Alembic: add support to interpolate transform matrices in-betweenKévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich