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-24Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-24Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-03-23Fix T96511: New OBJ exporter no longer groups faces by materialAras Pranckevicius
2022-03-23Fix T96470 new obj exporter writing material groupsAras Pranckevicius
2022-03-23Fix T96415: new OBJ exporter was applying scaling factor incorrectlyAras Pranckevicius
2022-03-23Fix T96430: new OBJ exporter wrong normals for non-uniform scale, and wrong f...Aras Pranckevicius
2022-03-21Fix T96303: C++ OBJ exporter needs presets and skip modifiers.Aras Pranckevicius
2022-03-02Fix T95692: incorrect interpolated children particle hairJacques Lucke
2022-02-24Fix T95959: crash when exporting subdivision to AlembicKévin Dietrich
2022-02-22Cleanup: clang-formatCampbell Barton
2022-02-17Cleanup: Move more cmake library variables to be advancedSebastian Parborg
2022-02-06Fix T95384: new obj exporter inaccurate roughness value in new exporter.Aras Pranckevicius
2022-02-06Fix T95360, new 3.1 obj exporter losing nurbs curve "endpoint".Aras Pranckevicius
2022-01-31Cleanup: Change NULL to nullptr.Jeroen Bakker
2022-01-30Fix T95328, new obj exporter not exporting custom normals.Aras Pranckevicius
2022-01-28Cleanup: spelling in commentsCampbell Barton
2022-01-28Cleanup: rename BLI_paths_equal to BLI_path_cmp_normalizedCampbell Barton
2022-01-27USD Preview Surface material export.Michael Kowalski
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-23Cleanup: separate function for Alembic edge crease readingKévin Dietrich
2022-01-22Fix T13879 new OBJ exporter not saving files with Unicode characters.Aras Pranckevicius
2022-01-21Fix new OBJ exporter to handle instancing.Howard Trickey
2022-01-21.obj: simplify templates in FileHandler, add commentsAnkit Meel
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-20Cleanup: spelling in commentsCampbell Barton
2022-01-20Cleanup: clang-formatCampbell Barton
2022-01-18Fix obj exporter tests by deduping normals and printing with less precision.Howard Trickey
2022-01-17Alembic: add support for reading override layersKévin Dietrich
2022-01-14Disable some failing new obj exporter tests.Howard Trickey
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12Cleanup: codestyle obj_exporter_tests.cc.Jeroen Bakker
2022-01-12Cleanup: Not needed if statement around delete.Jeroen Bakker
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: use utility functionsKévin Dietrich
2022-01-12Cleanup: Fix build warning with MSVCRay Molenkamp
2022-01-11Cleanup: quite missing-variable-declarations warningsCampbell Barton
2022-01-08Fix T94713: Alembic crash with empty frames and velocitiesKévin Dietrich
2022-01-07Cleanup: use the ELEM macroCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: typos in code.Kévin Dietrich
2022-01-06Fix T94674: crash reading ORCOs from an Alembic animationKévin Dietrich
2022-01-06Cleanup: USD/ABC, remove `const` from pass-by-value paramsSybren A. Stüvel
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06In obj exporter test, fix a strncpy length and a stray test file left behind.Howard Trickey