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-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-02Merge branch 'blender-v3.1-release'Jacques Lucke
2022-03-02Fix T95692: incorrect interpolated children particle hairJacques Lucke
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-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'io/alembic'Campbell Barton
2021-12-08Cleanup: Silence clang-tidy warnings.Jeroen Bakker
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-09-09Cleanup: remove newlines from logging textCampbell Barton
2021-08-27Refactor IDProperty UI data storageHans Goudey
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-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: 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-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: 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-10Cleanup: use C comments for descriptive textCampbell Barton
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-const-return-type fixesSybren A. Stüvel
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
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-08-04Fix T78758 Alembic export: crash when file is in use by another applicationSybren A. Stüvel
2020-07-28Fix T79263: Alembic, exported rigid body animation not movingSybren A. Stüvel