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
diff options
context:
space:
mode:
Diffstat (limited to 'io_mesh_ply')
-rw-r--r--io_mesh_ply/__init__.py2
-rw-r--r--io_mesh_ply/export_ply.py2
-rw-r--r--io_mesh_ply/import_ply.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index e76772ed..d3080a72 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8-80 compliant>
-
bl_info = {
"name": "Stanford PLY format",
"author": "Bruce Merry, Campbell Barton, Bastien Montagne, Mikhail Rachinsky",
diff --git a/io_mesh_ply/export_ply.py b/io_mesh_ply/export_ply.py
index e4fddc49..b3be770c 100644
--- a/io_mesh_ply/export_ply.py
+++ b/io_mesh_ply/export_ply.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8-80 compliant>
-
"""
This script exports Stanford PLY files from Blender. It supports normals,
colors, and texture coordinates per face or per vertex.
diff --git a/io_mesh_ply/import_ply.py b/io_mesh_ply/import_ply.py
index bf2854f3..d6084194 100644
--- a/io_mesh_ply/import_ply.py
+++ b/io_mesh_ply/import_ply.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8 compliant>
-
class ElementSpec:
__slots__ = (