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
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Cleanup: Use const for custom data layersHans Goudey
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-02-24Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-24Fix T95959: crash when exporting subdivision to AlembicKévin Dietrich
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2021-11-09Alembic: Allow exporting of animated vertex colorsCody Winchester
2021-11-08Cleanup: avoid error prone struct declarations in C++Campbell Barton
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-06Alembic export: evaluation mode optionPhilipp Oeser
2021-05-18Alembic: read/write generated coordinates of meshesSybren A. Stüvel
2021-05-06Alembic export: export UV maps on every frameSybren A. Stüvel
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2020-09-14Alembic export: write custom propertiesSybren A. Stüvel
2020-09-10Cleanup: Alembic, inline namespace declarationsSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-const-return-type fixesSybren A. Stüvel
2020-08-17Fix T75936: Alembic, allow exporting of invisible objectsSybren A. Stüvel
2020-08-17Cleanup: IO, reduce code duplication in USD and Alembic exportersSybren A. Stüvel
2020-07-03Clang-tidy: enable readability-container-size-empty warningJacques Lucke
2020-06-30Alembic: new exporter based on the USD exporter structureSybren A. Stüvel
2020-06-19Cleanup: Alembic, move the C++ code to `blender::io::alembic` namespaceSybren A. Stüvel
2020-06-19Cleanup: Alembic, moved exporter code into separate directorySybren A. Stüvel