Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2022-01-06PLY: Cleanup properties descriptionMikhail Rachinskiy
2022-01-06PLY: do not write face normals to verticesMikhail Rachinskiy
2022-01-06PLY: add comments for vertex ID in exporterMikhail Rachinskiy
2022-01-05PLY: refactor exporterMikhail Rachinskiy
2022-01-04Revert "PLY: refactor exporter"Mikhail Rachinskiy
2022-01-03PLY: refactor exporterMikhail Rachinskiy
2021-12-31PLY: Cleanup and simplify collecting faces infoMikhail Rachinskiy
2021-12-31PLY: Fix export faces with more than 255 sidesMikhail Rachinskiy
2020-08-07Fix T78278: Cannot import some binary PLY file generated by Rhinos3D 6.0Bastien Montagne
2020-07-23PLY: show import/export status with cursorMikhail Rachinskiy
2020-07-22PLY: flush selection on importMikhail Rachinskiy
2020-07-22PLY: binary exportMikhail Rachinskiy
2020-07-15PLY Cleanup: formattingMikhail Rachinskiy
2020-07-15PLY Cleanup: redundant commentsMikhail Rachinskiy
2020-07-15PLY: avoid list to dict conversionMikhail Rachinskiy
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Fix IO Addond Manual LinksAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-26PLY Import: Hide empty operator properties sidebar in file browserJulian Eisel
2019-12-12io addons fix 404 manual linksmeta-androcto
2019-10-15PLY: code cleanupMikhail Rachinskiy
2019-10-15PLY: cleanup use f-strings, with statementMikhail Rachinskiy
2019-10-15PLY: code cleanup and PEP8Mikhail Rachinskiy
2019-10-15PLY exporter: export selection or sceneMikhail Rachinskiy
2019-10-11Fix T70724: PLY import fails with stringsCampbell Barton
2019-09-21PLY Format: ngon support for import/exportCampbell Barton
2019-09-03UI: New options layout for IO Add-onsJulian Eisel
2019-07-15Update wiki_url to new manual pagesAaron Carlisle
2019-05-16Update for Depsgraph API changesSergey Sharybin
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
2019-04-05Fix bug in previous commitRobert Guetzkow
2019-04-05Fix T63227: import vertex colors from .ply file without alphaRobert Guetzkow
2019-01-25PLY: cleanup styleCampbell Barton
2019-01-25PLY: Export alpha channel for vertex colorsCampbell Barton
2018-11-08Update for changes in Blender's APICampbell Barton
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-10-10Update for removal of tessfaces.Brecht Van Lommel
2018-10-03PLY Import: add back some code from recent 2.8 updateCampbell Barton
2018-10-02port 'Stanford PLY format' addon to Blender 2.8Jacques Lucke
2018-09-28Use orientation_helper decoratorDalai Felinto
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-06-29Add missing add-on version metadataAaron Carlisle
2017-09-29I/O script changes for GSoC 2017 Vertex PaintCampbell Barton
2017-06-30Fix version check for PLYCampbell Barton
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2015-07-09Register individual classes instead of per-moduleCampbell Barton
2015-04-15PLY: add missing type: shortCampbell Barton