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_anim_bvh/__init__.py | 2 -- io_anim_bvh/export_bvh.py | 2 -- io_anim_bvh/import_bvh.py | 2 -- 3 files changed, 6 deletions(-) (limited to 'io_anim_bvh') diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py index 8f712e3d..5541063c 100644 --- a/io_anim_bvh/__init__.py +++ b/io_anim_bvh/__init__.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# - bl_info = { "name": "BioVision Motion Capture (BVH) format", "author": "Campbell Barton", diff --git a/io_anim_bvh/export_bvh.py b/io_anim_bvh/export_bvh.py index 3ecf7851..16f46146 100644 --- a/io_anim_bvh/export_bvh.py +++ b/io_anim_bvh/export_bvh.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# - # Script copyright (C) Campbell Barton # fixes from Andrea Rugliancich diff --git a/io_anim_bvh/import_bvh.py b/io_anim_bvh/import_bvh.py index 2f335513..6fcb5067 100644 --- a/io_anim_bvh/import_bvh.py +++ b/io_anim_bvh/import_bvh.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# - # Script copyright (C) Campbell Barton from math import radians, ceil -- cgit v1.2.3