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
2017-01-26Alembic: fix compile error on Linux.Kévin Dietrich
2016-12-01Alembic: quiet compilation warnings on Windows.Kévin Dietrich
2016-11-30Alembic: slight cleanup, reorder mesh code a bit.Kévin Dietrich
2016-11-30Fix T49813: crash after changing Alembic cache topology.Kévin Dietrich
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-10-29Fix T49878: Alembic crash with long object nameKévin Dietrich
2016-10-29Alembic: store a pointer to the object reader in the cache modifiers andKévin Dietrich
2016-10-20Alembic: only export custom data (UVs, VCols) once, on the first frame.Kévin Dietrich
2016-09-25Cleanup: remove unused function.Kévin Dietrich
2016-09-25Alembic: only interpolate vertices when their number don't differKévin Dietrich
2016-09-23Quiet warning.Kévin Dietrich
2016-09-23Alembic: only export face sets when required by the user.Kévin Dietrich
2016-09-20Alembic: add support to interpolate transform matrices in-betweenKévin Dietrich
2016-09-16Fix T49369: Blender crashes/closes down application at alembic export ofKévin Dietrich
2016-09-09Alembic streaming: initial support to interpolate data between frames.Kévin Dietrich
2016-09-09Alembic: add option to triangulate meshes upon export.Kévin Dietrich
2016-09-09Alembic, cleanup: split archive opening code in their own classes andKévin Dietrich
2016-09-05Alembic: fix parenting issues when an object has multiple curves/pointsKévin Dietrich
2016-09-05Fix T49249: Alembic export with multiple hair systems crash blenderKévin Dietrich
2016-08-25Fix T49112: Alembic unicode path issues on Windows.Kévin Dietrich
2016-08-21Cleanup: let's try to avoid too much indirect header imports, makes things ha...Bastien Montagne
2016-08-19Alembic: fix crash accessing invalid objects.Kévin Dietrich
2016-08-18Fix T49104: normal problem in imported Alembic objectsKévin Dietrich
2016-08-17Alembic import: fix scene min/max time computation to take objects withKévin Dietrich
2016-08-17Fix T49081: Alembic sampling times are not taking start frame intoKévin Dietrich
2016-08-16Fix two memleaks found by coverity.Bastien Montagne
2016-08-09Alembic: fix finding boost headers for win32lazydodo
2016-08-06Basic Alembic supportKévin Dietrich