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
2020-08-07Fix T78278: Cannot import some binary PLY file generated by Rhinos3D 6.0Bastien Montagne
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
2019-10-15PLY: code cleanupMikhail Rachinskiy
2019-10-15PLY: code cleanup and PEP8Mikhail Rachinskiy
2019-10-11Fix T70724: PLY import fails with stringsCampbell Barton
2019-09-21PLY Format: ngon support for import/exportCampbell Barton
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
2018-11-08Update for changes in Blender's APICampbell Barton
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
2017-09-29I/O script changes for GSoC 2017 Vertex PaintCampbell Barton
2017-06-30Fix version check for PLYCampbell Barton
2015-04-15PLY: add missing type: shortCampbell Barton
2014-05-07Fix T40069: PLY import vertex colour scaling.Bastien Montagne
2014-02-04Fix T38462: error importing PLY with leading spaceCampbell Barton
2013-09-05patch [#36653] Tiny patch that extends import_ply.py to read edges (and allow...Campbell Barton
2013-08-10patch [#36407] Triangle strip support in PLY file importerCampbell Barton
2012-09-08Fix [#32511] blender hangs on importing malformed ply fileBastien Montagne
2012-07-29style cleanupCampbell Barton
2012-06-27patch from Chris Want to make ply script more useful when imported from other...Campbell Barton
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-03-19'bugfix' .ply import/export scripts flip V texture coordinateDalai Felinto
2012-03-16PLY importer - support for texturesDalai Felinto
2012-03-15bmesh fix for ply i/o addon - using tessface_Dalai Felinto
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-07-11cleanupCampbell Barton
2011-06-21pep8 compliance Campbell Barton
2011-06-21fix [#27691] PLY importer does not support float based vertex colorsCampbell Barton
2011-05-28update for changes in blenders apiCampbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ...Campbell Barton
2011-05-11fix [#27369] Import PLY fails with windows line endingsCampbell Barton
2011-02-11use mesh.validate() to ensure all meshes of imported data is ok and wont cras...Campbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-01-21PLY binary wasnt working from 2.4x port.Campbell Barton
2011-01-17fix for vertex color import, 0.0 - 1.0, not 0 - 255.Campbell Barton
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton