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
2021-08-19Alembic import: option to always add a cache readerKévin Dietrich
2021-08-10Clean-up: Remove UTF8-BOM markersRay Molenkamp
2021-08-06Fix error setting the ID name in disabled alembic nurbs importeCampbell Barton
2021-08-03USD: add USD importerMichael Kowalski
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-06Alembic export: evaluation mode optionPhilipp Oeser
2021-07-06Alembic: remove non-functional "Renderable Objects" only optionPhilipp Oeser
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-18Fix T88605: Alembic import crashes when missing `arbGeomParams`Sybren A. Stüvel
2021-06-16Alembic: support reading per-vertex UV setsKévin Dietrich
2021-05-19Cleanup: use nullptrJacques Lucke
2021-05-18Alembic: read/write generated coordinates of meshesSybren A. Stüvel
2021-05-17Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-05-17Fix T86278: vertex color baking not working with modifiersBrecht Van Lommel
2021-05-06Alembic export: export UV maps on every frameSybren A. Stüvel
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-02-15Fix: wrong clang tidy cleanupJacques Lucke
2021-02-15Cleanup: clang tidyJacques Lucke
2021-02-05Cleanup: Modernize type definition in AlembicSergey Sharybin
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-07Cleanup: partial Clang-Tidy modernize-loop-convertSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-use-overrideSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Alembic, simplify expressionSybren A. Stüvel
2020-11-06Cleanup: Alembic, simplify material assignment codeSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, modernize-use-emplaceSergey Sharybin
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-21Cleanup: Clang-tidy readability-redundant-string-initAnkit Meel
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Cleanup: Alembic, fix compiler warning about missing declarationSybren A. Stüvel
2020-10-07Fix T81330: Alembic Import ignores constant meshes with animated vertexPhilipp Oeser
2020-09-29Fix T71981: Alembic vertex interpolation can jumble meshSybren A. Stüvel
2020-09-28Fix T80967: Alembic, crash when the imported sim from Houdini startsSybren A. Stüvel
2020-09-14Alembic export: write custom propertiesSybren A. Stüvel
2020-09-10Cleanup: Alembic, inline namespace declarationsSybren A. Stüvel
2020-09-08Alembic Export: support instanced object dataSybren A. Stüvel
2020-09-08Cleanup: Alembic export, split `ABCHierarchyIterator::get_alembic_parent()`Sybren A. Stüvel
2020-09-08Cleanup: Alembic export, split function into twoSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: Clang-Tidy readability-const-return-type fixesSybren A. Stüvel
2020-08-27Fix crash of alembic tests after recent depsgraph builder changeSergey Sharybin