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
2018-05-29Merge branch 'master' into blender2.8Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-07Merge branch 'master' into blender2.8Campbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Alembic: exporting MetaBalls as meshSybren A. Stüvel
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Alembic import: fixed mesh corruption when changing topologySybren A. Stüvel
2017-08-15Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-08-15Alembic import: report object name in face color index out of bounds errorSybren A. Stüvel
2017-08-09Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-08-09Fix T52240: Alembic Not Transferring Materials Per FrameSybren A. Stüvel
2017-08-09Alembic: Renamed variable assigned_name → assigned_matSybren A. Stüvel
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24Merge branch 'master' into blender2.8Campbell Barton
2017-05-24Alembic export: consider mesh with animation data as "animated"Sybren A. Stüvel
2017-04-28Merge branch 'master' into blender2.8Sybren 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-25Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-25Revert "Alembic: Construct ISampleSelector once and pass along"Sybren A. Stüvel
2017-04-21Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-21Alembic: Construct ISampleSelector once and pass alongSybren A. Stüvel
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-12Fix T50227: Alembic uv export/load issueSybren A. Stüvel
2017-04-06Depsgraph: Remove old depsgraph header from alembic filesSergey Sharybin
2017-02-24Fix T50757: Alembic, assign imported materials to the object dataKévin Dietrich
2017-02-08Alembic: Renamed copy_zup_yup to copy_yup_from_zup (and same for zup_from_yup)Sybren A. Stüvel
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-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-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-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-08-17Alembic import: fix scene min/max time computation to take objects withKévin Dietrich
2016-08-06Basic Alembic supportKévin Dietrich