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-03Fix T101487: New OBJ importer handles UVs incorrectly when some faces of an o...Aras Pranckevicius
2022-09-22GPencil: Allow import several SVG at timeAntonio Vazquez
2022-09-22obj: support importing multiple files at onceAras Pranckevicius
2022-09-21Fix T96297: obj: improve layout of UI fields and axis validationAras Pranckevicius
2022-09-21Fix T100669: OBJ exporter does not properly export image sequence texture namesAras Pranckevicius
2022-09-01Fix T100737: OBJ/USD import: imported object has no active material, material...Aras Pranckevicius
2022-09-01Fix invalid memory handling in C++ OBJ MTL Importer.Bastien Montagne
2022-08-31Cleanup: fix warnings from vcol limit commitJoseph Eagar
2022-08-31Core: Remove color attribute limit from CustomData APIJoseph Eagar
2022-08-23Cleanup: formatCampbell Barton
2022-08-23Fix: OBJ import unused parameter warningPhilipp Oeser
2022-08-16Fix T100421: OBJ importer in 3.3 does not keep the vertex orderAras Pranckevicius
2022-08-11Fix T98781: OBJ exporter wrongly writing default material socket values when ...Aras Pranckevicius
2022-08-10obj: Also find .mtl images by their basename, if all else fails (T77801)Aras Pranckevicius
2022-08-10Fix T100302: New OBJ importer produces too many vertices when faces don't spa...Aras Pranckevicius
2022-08-09Fix memory leak exporting to colladaCampbell Barton
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-04Fix: Avoid OBJ importer assert seting normals on mesh with no facesHans Goudey
2022-08-03Fix T97769: new OBJ exporter does not replace spaces in object namesAras Pranckevicius
2022-08-02Fix: Use evaluated materials in OBJ exporterHans Goudey
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-24Alembic: speed up edge crease importKévin Dietrich
2022-07-23IO: speed up import of large amounts of objects in USD/OBJ by pre-sorting obj...Aras Pranckevicius
2022-07-22Cleanup: Use r_ prefix for boolean return parametersHans Goudey
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-14Cleanup: Rename & refactor several F-curve functionsColin Basnett
2022-07-11Cleanup: spelling in commentsCampbell Barton
2022-07-10Fix T99532: New OBJ importer in some cases fails to import facesAras Pranckevicius
2022-07-10Fix T99536: new 3.2 OBJ importer fails with trailing space after wrapped linesAras Pranckevicius
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-07-07OBJ: more robust .mtl texture offset/scale parsing (T89421)Aras Pranckevicius
2022-07-07OBJ: always set eevee blend mode when material "d" is below 1.0Aras Pranckevicius
2022-07-06IO: speed up import of large Alembic/USD/OBJ scenes by optimizing material as...Aras Pranckevicius
2022-07-06OBJ: extend test coverage for parsing MTL scale/offsets (T89421)Aras Pranckevicius
2022-07-01IO: print import & export times of Alembic & USDAras Pranckevicius
2022-07-01COLLADA: Support for alpha color in vertex data.Gaia Clary
2022-06-30Fix build error with Alembic after 65166e145b4dJulian Eisel
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-30Fix C++ STL importer unused function result warningIyad Ahmed
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-21Cleanup: Remove unused argumentHans Goudey
2022-06-19STL: Fix missing space in C++ .stl importer info outputIyad Ahmed
2022-06-19Fix T98874: new obj importer missing an option to import vertex groupsAras Pranckevicius
2022-06-19Fix T97820: new OBJ importer wrongly producing "sharp" edges in some casesAras Pranckevicius
2022-06-17USD: speed up large USD imports by not rebuilding material name map for each ...Aras Pranckevicius