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_shape_mdd/__init__.py | 2 -- io_shape_mdd/export_mdd.py | 2 -- io_shape_mdd/import_mdd.py | 2 -- 3 files changed, 6 deletions(-) (limited to 'io_shape_mdd') diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py index 9c4855e5..3c6da7b7 100644 --- a/io_shape_mdd/__init__.py +++ b/io_shape_mdd/__init__.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# - bl_info = { "name": "NewTek MDD format", "author": "Bill L.Nieuwendorp", diff --git a/io_shape_mdd/export_mdd.py b/io_shape_mdd/export_mdd.py index d7ebf39b..75bc96f3 100644 --- a/io_shape_mdd/export_mdd.py +++ b/io_shape_mdd/export_mdd.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# - # Contributors: Bill L.Nieuwendorp """ diff --git a/io_shape_mdd/import_mdd.py b/io_shape_mdd/import_mdd.py index 7a21dd9b..485fa873 100644 --- a/io_shape_mdd/import_mdd.py +++ b/io_shape_mdd/import_mdd.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# - # mdd importer by Bill L.Nieuwendorp # conversion to blender 2.5: Ivo Grigull (loolarge) # -- cgit v1.2.3