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-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-10IO: support Presets in Alembic, Collada, OBJ, STL, USD importersAras Pranckevicius
2022-10-10OBJ: add global scale factor import settingAras Pranckevicius
2022-09-13obj: implement support for PBR .mtl extensionsAras Pranckevicius
2022-09-12UI: Cleanup/Fixes of some UI messages.Bastien Montagne
2022-09-08Fix T100887: Some C++ importers/exporters (e.g. OBJ) reset file dialog Sort B...Aras Pranckevicius
2022-09-08Fix T96297: obj: improve layout of UI fields and axis validationAras Pranckevicius
2022-09-07Cleanup: factor out "set default filepath" into a ED_fileselect_ensure_defaul...Aras Pranckevicius
2022-09-07Fix T100797: C++ exporters do not remember the path on subsequent exportsAras Pranckevicius
2022-09-05I18n: translate untitled file namesDamien Picard
2022-08-11obj: support importing multiple files at onceAras Pranckevicius
2022-08-01Fix T100076: OBJ import: new importer doesn't use //relative/image/pathsAras Pranckevicius
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
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-08CMake: optionally disable OBJ, STL & GPencil SVG supportCampbell Barton
2022-06-06STL: Add new C++ based STL importerIyad Ahmed
2022-06-05Cleanup: assign operator type flags in their initializationCampbell Barton
2022-05-31OBJ: Enable undo for experimental OBJ importerIyad Ahmed
2022-05-23Fix T98293: Scene stats info not updated after new OBJ importAras Pranckevicius
2022-05-10Fix T96399: New 3.1 OBJ exporter is missing Path Mode settingAras Pranckevicius
2022-05-07Fix T97751: New OBJ IO - File Browser doesn't filter by .obj/.mtlJulian Eisel
2022-04-22Fix various typos and other UI messages issues.Bastien Montagne
2022-04-17OBJ: further optimize, cleanup and harden the new C++ importerAras Pranckevicius
2022-04-04OBJ: New C++ based wavefront OBJ importerAnkit Meel
2022-03-20Fix T96470 new obj exporter writing material groupsAras Pranckevicius
2022-03-19Make Format ChangesHarley Acheson
2022-03-13Fix T96303: C++ OBJ exporter needs presets and skip modifiers.Aras Pranckevicius
2022-02-20UI: Do not include the text stating an enum item is the defaultAaron Carlisle
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-11Cleanup: quite missing-variable-declarations warningsCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-03Add a new C++ version of an exporter for the Wavefront .obj format.Howard Trickey