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-10-14Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-10OBJ: add global scale factor import settingAras Pranckevicius
2022-10-09OBJ: extend importer tests to test imported material expectationsAras Pranckevicius
2022-10-08Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-16Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-16Fix T100421: OBJ importer in 3.3 does not keep the vertex orderAras Pranckevicius
2022-08-11obj: support importing multiple files at onceAras Pranckevicius
2022-08-11Fix T98781: OBJ exporter wrongly writing default material socket values when ...Aras Pranckevicius
2022-08-10Fix T100302: New OBJ importer produces too many vertices when faces don't spa...Aras Pranckevicius
2022-08-03Fix T97769: new OBJ exporter does not replace spaces in object namesAras Pranckevicius
2022-08-01Fix T99502: OBJ/MTL import: behavior changed for missing texture filesAras Pranckevicius
2022-08-01Fix T100076: OBJ import: new importer doesn't use //relative/image/pathsAras Pranckevicius
2022-07-31Fix T100075: OBJ import: images loaded multiple times instead of being reusedAras Pranckevicius
2022-07-28Fix T100017: OBJ: new importer does not import vertices that aren't part of a...Aras Pranckevicius
2022-07-23IO: speed up import of large amounts of objects in USD/OBJ by pre-sorting obj...Aras Pranckevicius
2022-07-10Fix T99532: New OBJ importer in some cases fails to import facesAras Pranckevicius
2022-06-19Fix T98874: new obj importer missing an option to import vertex groupsAras Pranckevicius
2022-06-15obj: reduce vertex colors to 4 decimal places, reenable testsAras Pranckevicius
2022-06-14obj: disable vertex color tests until it produces identical results across pl...Aras Pranckevicius
2022-06-14obj: vertex colors support in importer and exporterAras Pranckevicius
2022-06-09Cleanup: use C-style comments, add missing doxy sectionCampbell Barton
2022-06-07OBJ: Use filename as the default object nameJesse Yurkovich
2022-06-06STL: Add new C++ based STL importerIyad Ahmed
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
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-08I/O tests: change all_geometry scene to not have subd surface, and always pri...Aras Pranckevicius
2022-04-05Refactor: Evaluate surface objects as mesh componentsHans Goudey
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