From 016430de4b06714c006bb6de2ae3a28e05a86169 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 3 Jun 2022 11:50:09 +1000 Subject: Cleanup: remove comment This is no longer necessary, see: T98554. --- io_mesh_ply/__init__.py | 2 -- io_mesh_ply/export_ply.py | 2 -- io_mesh_ply/import_ply.py | 2 -- 3 files changed, 6 deletions(-) (limited to 'io_mesh_ply') 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 -# - 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 -# - """ 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 -# - class ElementSpec: __slots__ = ( -- cgit v1.2.3