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-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
2022-06-17IO: speed up large Alembic & USD imports by doing fewer collection syncsAras Pranckevicius
2022-06-17Cleanup: spelling in commentsCampbell Barton
2022-06-15io: remove unnecessary transposes when using mat3_from_axis_conversionIyad Ahmed
2022-06-15obj: reduce vertex colors to 4 decimal places, reenable testsAras Pranckevicius
2022-06-14Fix T85729: Crash when exporting for USD and AlembicSonny Campbell
2022-06-14Cleanup: Variable name style in STL importerHans Goudey
2022-06-14obj: disable vertex color tests until it produces identical results across pl...Aras Pranckevicius
2022-06-14Fix T98782: ignore OBJ face normal indices if no normals are presentAras Pranckevicius
2022-06-14obj: vertex colors support in importer and exporterAras Pranckevicius
2022-06-13IO: update documentation for `HierarchyIterator::weak_export`Sybren A. Stüvel
2022-06-10Fix T97362: forward slashes in USD texture pathsMichael Kowalski
2022-06-10USD import: Handle material name collisionsMichael Kowalski
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-09Cleanup: use C-style comments, add missing doxy sectionCampbell Barton
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-06-08CMake: optionally disable OBJ, STL & GPencil SVG supportCampbell Barton
2022-06-07OBJ: Use filename as the default object nameJesse Yurkovich
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-06-07Cleanup: compiler warnings: unused args, missing include, parenthesisCampbell Barton
2022-06-06STL: Add new C++ based STL importerIyad Ahmed
2022-06-04Cleanup: Use const for retrieved custom data layersHans Goudey
2022-06-04Cleanup: Use const, make formatHans Goudey
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-23obj: remove unneeded CTX_data_ensure_evaluated_depsgraphAras Pranckevicius
2022-05-23Fix T98293: Scene stats info not updated after new OBJ importAras Pranckevicius
2022-05-23Merge branch 'blender-v3.2-release'Aaron Carlisle
2022-05-20Fix wrong USD image color space export with non-default OpenColorIO configBrecht Van Lommel
2022-05-18Cleanup: formatCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-16Fix std::optional value() build error on older macOS SDKBrecht Van Lommel
2022-05-14Fix: Build error due to previous commitHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-12OBJ: improve new importer file parsing performance on windowsAras Pranckevicius
2022-05-12Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-11Cleanup: fix compiler warnings on macOSLoren Osborn
2022-05-11Cleanup: formatCampbell Barton
2022-05-10Merge branch 'blender-v3.2-release'Aras Pranckevicius
2022-05-10Fix T96399: New 3.1 OBJ exporter is missing Path Mode settingAras Pranckevicius
2022-05-06obj: move parsing utilities out of io_common, since they are fairly obj specificAras Pranckevicius
2022-05-06USD: add volume/VDB exportPiotr Makal
2022-05-05Merge branch 'blender-v3.2-release'Aras Pranckevicius
2022-05-05Fix T97863: new OBJ importer issues with extra whitespace after "f" keywordsAras Pranckevicius