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-05Cleanup: Remove redundant assignment of loose edge flagHans Goudey
2022-10-03Fix T101487: New OBJ importer handles UVs incorrectly when some faces of an o...Aras Pranckevicius
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Cleanup: obj: simplify material node tree creationAras Pranckevicius
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-08-16Fix T100421: OBJ importer in 3.3 does not keep the vertex orderAras Pranckevicius
2022-08-10Fix T100302: New OBJ importer produces too many vertices when faces don't spa...Aras Pranckevicius
2022-08-04Fix: Avoid OBJ importer assert seting normals on mesh with no facesHans Goudey
2022-08-01Fix T100076: OBJ import: new importer doesn't use //relative/image/pathsAras Pranckevicius
2022-07-10Fix T99532: New OBJ importer in some cases fails to import facesAras Pranckevicius
2022-07-06IO: speed up import of large Alembic/USD/OBJ scenes by optimizing material as...Aras Pranckevicius
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-21Cleanup: Remove unused argumentHans Goudey
2022-06-19Fix T98874: new obj importer missing an option to import vertex groupsAras Pranckevicius
2022-06-14obj: vertex colors support in importer and exporterAras Pranckevicius
2022-06-10Cleanup: Clang tidyHans Goudey
2022-05-11Cleanup: fix compiler warnings on macOSLoren Osborn
2022-05-03Fix T97757: Some MTL import correctness issues in the new OBJ importerAras Pranckevicius
2022-04-17OBJ: further optimize, cleanup and harden the new C++ importerAras Pranckevicius
2022-04-05Cleanup: move doc-strings into headersCampbell Barton
2022-04-04OBJ: New C++ based wavefront OBJ importerAnkit Meel