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-03-12Cleanup: styleCampbell Barton
2017-02-25Fix compiling after a0b8a9fJens Verwiebe
2017-02-25Alembic: avoid crashing when reading non-indexed UV params.Kévin Dietrich
2017-02-25Alembic: addition of a scope timer to perform basic profiling.Kévin Dietrich
2017-02-24Fix T50757: Alembic, assign imported materials to the object dataKévin Dietrich
2017-02-16Cleanup: IndentationSergey Sharybin
2017-02-15[Alembic] Fix msvc warning - C4138 '*/' found outside of commentlazydodo
2017-02-14Alembic: fix naming of imported transforms.Kévin Dietrich
2017-02-10Alembic: fixed mistake in bounding box computationSybren A. Stüvel
2017-02-08Fix T49249: Alembic export with multiple hair systems crash blenderSybren A. Stüvel
2017-02-08Alembic export: avoid infinite loops trying to find parent objects.Sybren A. Stüvel
2017-02-08Alembic export: only create transform writer if the object should be exportedSybren A. Stüvel
2017-02-08Alembic: Use getXForm() in check, because it's used in rest of the function tooSybren A. Stüvel
2017-02-08Alembic: Renamed copy_zup_yup to copy_yup_from_zup (and same for zup_from_yup)Sybren A. Stüvel
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