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-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30GPencil: Improve Thickness handling for Outline operatorAntonio Vazquez
2022-08-30Cleanup: Use const for custom data layersHans Goudey
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-24Cleanup: use determinant_m3(m) < 0 to implement is_negative_m3/m4Campbell Barton
2022-08-23Merge branch 'blender-v3.3-release'Richard Antalik
2022-08-23Cleanup: formatCampbell Barton
2022-08-23Merge branch 'blender-v3.3-release'Philipp Oeser
2022-08-23Fix: OBJ import unused parameter warningPhilipp Oeser
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-17Cleanup: Remove redundant use of evaluated non-mesh objectsHans Goudey
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-17Cleanup: strip blank lines around comment blocksCampbell Barton
2022-08-16Cleanup: use a structure for Alembic import parametersKévin Dietrich
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-12Cleanup: repeated words in commentsCampbell Barton
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-11obj: support importing multiple files at onceAras Pranckevicius
2022-08-11Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-11Fix T98781: OBJ exporter wrongly writing default material socket values when ...Aras Pranckevicius
2022-08-10Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-10obj: Also find .mtl images by their basename, if all else fails (T77801)Aras Pranckevicius
2022-08-10Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-10Fix T100302: New OBJ importer produces too many vertices when faces don't spa...Aras Pranckevicius
2022-08-09Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-09Fix memory leak exporting to colladaCampbell Barton
2022-08-09Cleanup: sort cmake file-listsCampbell Barton
2022-08-04T90535: import UDIM textures from USDMichael Kowalski
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-04Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-04Fix: Avoid OBJ importer assert seting normals on mesh with no facesHans Goudey
2022-08-03Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-03Fix T97769: new OBJ exporter does not replace spaces in object namesAras Pranckevicius
2022-08-02GPencil: Fix compiler warningAntonio Vazquez
2022-08-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-02Fix: Use evaluated materials in OBJ exporterHans Goudey
2022-08-02GPencil: Allow import several SVG at timeAntonio Vazquez
2022-08-01Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-01Fix T99502: OBJ/MTL import: behavior changed for missing texture filesAras Pranckevicius
2022-08-01USD import: Handle material purposeMichael Kowalski
2022-08-01Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-01Fix T100076: OBJ import: new importer doesn't use //relative/image/pathsAras Pranckevicius
2022-07-31Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-07-31Fix T100075: OBJ import: images loaded multiple times instead of being reusedAras Pranckevicius
2022-07-30Cleanup: braces around statements in OBJ parserAras Pranckevicius
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
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