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-07-28Fix T100017: OBJ: new importer does not import vertices that aren't part of a...Aras Pranckevicius
2022-07-28Fix T99532: New OBJ importer in some cases fails to import facesAras Pranckevicius
2022-07-28Fix T99536: new 3.2 OBJ importer fails with trailing space after wrapped linesAras Pranckevicius
2022-06-26Fix T98782: ignore OBJ face normal indices if no normals are presentAras Pranckevicius
2022-06-22Fix T98874: new obj importer missing an option to import vertex groupsAras Pranckevicius
2022-06-22OBJ: Use filename as the default object nameJesse Yurkovich
2022-06-22Fix T97820: new OBJ importer wrongly producing "sharp" edges in some casesAras Pranckevicius
2022-06-22Fix T98293: Scene stats info not updated after new OBJ importAras Pranckevicius
2022-05-20Fix wrong USD image color space export with non-default OpenColorIO configBrecht Van Lommel
2022-05-18Cleanup: formatCampbell Barton
2022-05-11Cleanup: fix compiler warnings on macOSLoren Osborn
2022-05-10Fix T96399: New 3.1 OBJ exporter is missing Path Mode settingAras Pranckevicius
2022-05-05Fix T97863: new OBJ importer issues with extra whitespace after "f" keywordsAras Pranckevicius
2022-05-04Fix T97794: new OBJ importer does not handle quoted MTL pathsAras Pranckevicius
2022-05-03Fix T97793, Fix T97795: Use correct defaults for missing values in new OBJ im...Aras Pranckevicius
2022-05-03Fix T97757: Some MTL import correctness issues in the new OBJ importerAras Pranckevicius
2022-05-01Fix T97644: new 3.2 obj importer does not set blend mode for eeveeAras Pranckevicius
2022-05-01Fix T97417: OBJ: support tab and other whitespace characters after obj/mtl ke...Aras Pranckevicius
2022-04-29Cleanup: missing declaration warnings & spelling in commentsCampbell Barton
2022-04-28Cleanup: Improve const correctness of shape key functionsHans Goudey
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-19Cleanup: Use correct capitalization of "F-Curve"Aaron Carlisle
2022-04-18Cleanup: Clang tidyHans Goudey
2022-04-17OBJ: further optimize, cleanup and harden the new C++ importerAras Pranckevicius
2022-04-17Fix T97095: export of Poly curves, export crash when object contains multiple...Aras Pranckevicius
2022-04-17Fix T96824: New 3.1 OBJ exporter writes incorrect polygon/vertex groups in so...Aras Pranckevicius
2022-04-17USD/Ctest: Add basic USD-Imaging test.Michael Kowalski
2022-04-14Cleanup: Alembic, use a structure to pass parametersKévin Dietrich
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-08Cleanup: quiet a couple more compilation warnings on MSVCKévin Dietrich
2022-04-08Alembic: fix clamping of frame offset during exportsKévin Dietrich
2022-04-08Cleanup: CacheFile, use double precision for timeKévin Dietrich
2022-04-08I/O tests: change all_geometry scene to not have subd surface, and always pri...Aras Pranckevicius
2022-04-07Cleanup: spelling in comments, minor reformatting changesCampbell Barton
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-05Refactor: Evaluate surface objects as mesh componentsHans Goudey
2022-04-05Cleanup: move doc-strings into headersCampbell Barton
2022-04-05Cleanup: spelling in commentsCampbell Barton
2022-04-04OBJ: fix printf specifier compile warning on some compilersAras Pranckevicius
2022-04-04OBJ: fix mac/linux tests and compile warnings in the new obj importerAras Pranckevicius
2022-04-04OBJ: New C++ based wavefront OBJ importerAnkit Meel
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-04-01Fix T96763: New OBJ Exporter Incorrectly saving the materials in the MTL fileAras Pranckevicius
2022-03-31Fix T76746: Alembic, wrong result importing back exported curvesKévin Dietrich
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-29GPencil: Fix Windows compiler errorsAntonio Vazquez
2022-03-27OBJ: use fmt library instead of sprintf for faster formattingAras Pranckevicius