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-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-21Fix: USD & Alembic importers might not initialize material indicesHans Goudey
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-09-01Fix T100737: OBJ/USD import: imported object has no active material, material...Aras Pranckevicius
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-07-24Alembic: speed up edge crease importKévin Dietrich
2022-07-06IO: speed up import of large Alembic/USD/OBJ scenes by optimizing material as...Aras Pranckevicius
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-11Cleanup: fix compiler warnings on macOSLoren Osborn
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-08Cleanup: quiet a couple more compilation warnings on MSVCKévin Dietrich
2022-04-08Cleanup: CacheFile, use double precision for timeKévin Dietrich
2022-03-23Cleanup: add const qualifierKévin Dietrich
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-23Cleanup: separate function for Alembic edge crease readingKévin Dietrich
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-08Fix T94713: Alembic crash with empty frames and velocitiesKévin Dietrich
2021-10-06Fix crash when reading non standard Alembic velocity attribute typeKévin Dietrich
2021-09-11Cleanup: use nullptrJacques Lucke
2021-09-10Modifiers: export motion blur velocity through attributeBrecht Van Lommel
2021-08-19Alembic import: option to always add a cache readerKévin Dietrich
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-16Alembic: support reading per-vertex UV setsKévin Dietrich
2021-05-18Alembic: read/write generated coordinates of meshesSybren A. Stüvel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-07Cleanup: partial Clang-Tidy modernize-loop-convertSybren 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-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