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_anim_bvh')
-rw-r--r--io_anim_bvh/__init__.py2
-rw-r--r--io_anim_bvh/export_bvh.py2
-rw-r--r--io_anim_bvh/import_bvh.py2
3 files changed, 0 insertions, 6 deletions
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
-# <pep8-80 compliant>
-
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
-# <pep8 compliant>
-
# 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
-# <pep8 compliant>
-
# Script copyright (C) Campbell Barton
from math import radians, ceil