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-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-07Fix Alembic indexed UVs being merged for different vertices.Brecht Van Lommel
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-09-20Cleanup: styleCampbell Barton
2018-09-19Fix T53745: Alembic exported with vertex colors not readable by other software.Wybren van Keulen
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-07-01Fix T55687: compile error when not using c++11.Brecht Van Lommel
2018-06-28Alembic: speed up export of packed UV islands.Cédric Paille
2018-06-17Cleanup: trailing space for remaining source/Campbell Barton
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-06Alembic export: only free duplilists when not NULLSybren A. Stüvel
2018-05-31Cleanup: remove G.main from BKE mball code.Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Cleanup: move unit char/short/float to functionsCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-01-16Alembic: don't explicitly pass NULLSybren A. Stüvel
2018-01-16T53711: Alembic don´t import vertex colors correctlySybren A. Stüvel
2017-12-20Fix T53572: Alembic imports UV maps incorrectlyMartin Felke
2017-11-14Alembic: Fix mismatch in forward declaration with definitionSergey Sharybin
2017-11-01Cleanup: styleCampbell Barton
2017-10-29Alembic: exporting MetaBalls as meshSybren A. Stüvel
2017-10-29Alembic import: fixed mesh corruption when changing topologySybren A. Stüvel
2017-08-29Alembic: Fix T52579: crash when replacing slightly different alembic filesSybren A. Stüvel
2017-08-15Alembic import: report object name in face color index out of bounds errorSybren A. Stüvel
2017-08-15Alembic import: fix crash when face color index is out of bounds.Sybren 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-11Fix T52022 Alembic Inherits transform not taken into accountSybren A. Stüvel
2017-07-03Alembic: renamed offset → sequence_offsetSybren A. Stüvel
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-02Cleanup: styleCampbell Barton
2017-05-30Alembic import: fixed bug interpolating between frames.Sybren A. Stüvel
2017-05-30Alembic: simplified sub-frame samplingSybren A. Stüvel
2017-05-30Alembic export: normalise the homogeneous component after scalingSybren A. Stüvel
2017-05-30Alembic export: avoid create-and-reset of shared pointerSybren A. Stüvel
2017-05-30Alembic export: prevent rounding error buildup in frame sample timeSybren A. Stüvel
2017-05-26[MSVC] Fix build error. linker was searching for a mangled version of versionstrlazydodo
2017-05-24Alembic: Export mesh as mesh, even when it has no vertices.Sybren A. Stüvel
2017-05-24Alembic export: consider mesh with animation data as "animated"Sybren A. Stüvel
2017-05-24Alembic export: write Blender version to Alembic fileSybren A. Stüvel
2017-05-24Fix T51586: Regression: Alembic containing animated curves / hair no longer w...Sybren A. Stüvel
2017-05-23Fix T51534: Alembic: added support for face-varying vertex coloursSybren A. Stüvel
2017-05-23Alembic: reduced code duplication in read_mcols()Sybren A. Stüvel
2017-05-23Alembic: split up read_custom_data_ex() into read_custom_data_{mcols,uvs}()Sybren A. Stüvel
2017-05-23Fix T51319: Alembic export crash w/simple child particles if Display value < ...Sybren A. Stüvel
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-04-28Alembic: use object-oriented approach in ABC_read_mesh()Sybren A. Stüvel