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-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-07Alembic export: use depsgraph to get evaluated mesh/objectSybren A. Stüvel
2018-06-07Alembic export: cleaned up multiply-passed depsgraph & sceneSybren A. Stüvel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-05-30Alembic export: normalise the homogeneous component after scalingSybren 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-04-14Alembic import: fixed dupligroup export when the dupli-empty has a parentSybren A. Stüvel
2017-04-12Alembic export: fixed exporting as "flat"Sybren A. Stüvel
2017-04-06Alembic: simplified AbcEmptyReader::readObjectDataSybren A. Stüvel
2017-04-06Alembic: prevent a couple of unnecessary multiplicationsSybren A. Stüvel
2017-04-06Alembic: be more explicit in y-up versus z-up variables.Sybren A. Stüvel
2017-04-06Alembic: added noteSybren A. Stüvel
2017-04-06Alembic: import empties under their own name in Alembic, not their parent'sSybren A. Stüvel
2017-04-06Alembic: Removed AbcTransformWriter::m_parentSybren A. Stüvel
2017-02-15[Alembic] Fix msvc warning - C4138 '*/' found outside of commentlazydodo
2017-02-14Alembic: fix naming of imported transforms.Kévin Dietrich
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-08-17Alembic import: fix scene min/max time computation to take objects withKévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich