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
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-04Fix part of T62720: crash loading alembic mesh that has no vertices.Brecht Van Lommel
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-09-20Merge branch 'master' into blender2.8Campbell Barton
2018-09-20Cleanup: styleCampbell Barton
2018-06-07Alembic import: don't crash Blender when reading invalid samplesSybren A. Stüvel
2018-06-07Alembic export: cleaned up multiply-passed depsgraph & sceneSybren A. Stüvel
2018-06-07Alembic export: CoW/Depsgraph fixesSybren 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-05-24Fix T51586: Regression: Alembic containing animated curves / hair no longer w...Sybren 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-21Alembic: Construct ISampleSelector once and pass alongSybren A. Stüvel
2017-02-15[Alembic] Fix msvc warning - C4138 '*/' found outside of commentlazydodo
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-05Fix T49249: Alembic export with multiple hair systems crash blenderKévin Dietrich
2016-08-21Cleanup: let's try to avoid too much indirect header imports, makes things ha...Bastien Montagne
2016-08-17Alembic import: fix scene min/max time computation to take objects withKévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich