[Bf-extensions-cvs] [9406de5] master: Cleanup: remove <pep8 compliant> comment

Campbell Barton noreply at git.blender.org
Fri Jun 3 04:08:03 CEST 2022


Commit: 9406de5f31254c0c608ba8785fd3dcad12dcd7c4
Author: Campbell Barton
Date:   Fri Jun 3 11:52:13 2022 +1000
Branches: master
https://developer.blender.org/rBAC9406de5f31254c0c608ba8785fd3dcad12dcd7c4

Cleanup: remove <pep8 compliant> comment

This is no longer necessary, see: T98554.

===================================================================

M	animation_motion_trail.py
M	development_ui_classes.py
M	io_export_after_effects.py
M	io_scene_3ds/__init__.py
M	io_scene_3ds/export_3ds.py
M	io_scene_3ds/import_3ds.py
M	io_scene_open_street_map.py
M	io_vector/__init__.py
M	io_vector/art2polyarea.py
M	io_vector/geom.py
M	io_vector/import_vecfile.py
M	io_vector/model.py
M	io_vector/offset.py
M	io_vector/pdf.py
M	io_vector/svg.py
M	io_vector/triquad.py
M	io_vector/vecfile.py
M	mocap/__init__.py
M	mocap/mocap_constraints.py
M	mocap/mocap_tools.py
M	mocap/retarget.py
M	object_facemap_auto/__init__.py
M	object_facemap_auto/auto_fmap_ops.py
M	object_facemap_auto/auto_fmap_utils.py
M	object_facemap_auto/auto_fmap_widgets.py
M	object_facemap_auto/auto_fmap_widgets_xform.py
M	object_fracture_crack/process/cell_calc.py
M	render_cube_map.py
M	render_to_print.py
M	system_keyboard_svg.py

===================================================================

diff --git a/animation_motion_trail.py b/animation_motion_trail.py
index 65be2db..d5b0bba 100644
--- a/animation_motion_trail.py
+++ b/animation_motion_trail.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 
 bl_info = {
     "name": "Motion Trail",
diff --git a/development_ui_classes.py b/development_ui_classes.py
index 6516098..24918c0 100644
--- a/development_ui_classes.py
+++ b/development_ui_classes.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 bl_info = {
     "name": "UI Classes Overview",
     "author": "lijenstina",
diff --git a/io_export_after_effects.py b/io_export_after_effects.py
index eab2efe..40c208d 100644
--- a/io_export_after_effects.py
+++ b/io_export_after_effects.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 bl_info = {
     "name": "Export: Adobe After Effects (.jsx)",
     "description": "Export cameras, selected objects & camera solution "
diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py
index 0137dd2..2ccb62e 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8-80 compliant>
-
 from bpy_extras.io_utils import (
     ImportHelper,
     ExportHelper,
diff --git a/io_scene_3ds/export_3ds.py b/io_scene_3ds/export_3ds.py
index 0ee332a..dd46b4d 100644
--- a/io_scene_3ds/export_3ds.py
+++ b/io_scene_3ds/export_3ds.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 # Script copyright (C) Bob Holcomb
 # Contributors: Campbell Barton, Bob Holcomb, Richard Lärkäng, Damien McGinnes, Mark Stijnman, Sebastian Sille
 
diff --git a/io_scene_3ds/import_3ds.py b/io_scene_3ds/import_3ds.py
index 193f53e..304ca70 100644
--- a/io_scene_3ds/import_3ds.py
+++ b/io_scene_3ds/import_3ds.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 # Script copyright (C) Bob Holcomb
 # Contributors: Bob Holcomb, Richard L?rk?ng, Damien McGinnes, Sebastian Sille
 # Campbell Barton, Mario Lapin, Dominique Lorre, Andreas Atteneder
diff --git a/io_scene_open_street_map.py b/io_scene_open_street_map.py
index 204f41a..96136bf 100644
--- a/io_scene_open_street_map.py
+++ b/io_scene_open_street_map.py
@@ -16,8 +16,6 @@
 #
 # ***** END GPL LICENCE BLOCK *****
 
-# <pep8 compliant>
-
 bl_info = {
     "name": "Open Street Map (.osm)",
     "author": "Michael Anthrax Schlachter, ideasman42, littleneo",
diff --git a/io_vector/__init__.py b/io_vector/__init__.py
index 6abf2d5..6986b03 100644
--- a/io_vector/__init__.py
+++ b/io_vector/__init__.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 bl_info = {
   "name": "Adobe Illustrator / PDF / SVG",
   "author": "Howard Trickey",
diff --git a/io_vector/art2polyarea.py b/io_vector/art2polyarea.py
index b49d3a2..27624e7 100644
--- a/io_vector/art2polyarea.py
+++ b/io_vector/art2polyarea.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 """Convert an Art object to a list of PolyArea objects.
 """
 
diff --git a/io_vector/geom.py b/io_vector/geom.py
index a7eb4fe..c2f3366 100644
--- a/io_vector/geom.py
+++ b/io_vector/geom.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 """Geometry classes and operations.
 Also, vector file representation (Art).
 """
diff --git a/io_vector/import_vecfile.py b/io_vector/import_vecfile.py
index 163eefc..db8674b 100644
--- a/io_vector/import_vecfile.py
+++ b/io_vector/import_vecfile.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 """Importing a vector file into Model format.
 """
 
diff --git a/io_vector/model.py b/io_vector/model.py
index a3eb2aa..a714e83 100644
--- a/io_vector/model.py
+++ b/io_vector/model.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 """Manipulations of Models.
 """
 
diff --git a/io_vector/offset.py b/io_vector/offset.py
index 4e860b6..df04d2f 100644
--- a/io_vector/offset.py
+++ b/io_vector/offset.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 """Creating offset polygons inside faces."""
 
 __author__ = "howard.trickey at gmail.com"
diff --git a/io_vector/pdf.py b/io_vector/pdf.py
index e2e3199..4e8f2f4 100644
--- a/io_vector/pdf.py
+++ b/io_vector/pdf.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 """Functions for dealing with PDF files.
 """
 
diff --git a/io_vector/svg.py b/io_vector/svg.py
index 4a2012b..1ef5443 100644
--- a/io_vector/svg.py
+++ b/io_vector/svg.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 """Reading SVG file format.
 """
 
diff --git a/io_vector/triquad.py b/io_vector/triquad.py
index 88affa8..edced67 100644
--- a/io_vector/triquad.py
+++ b/io_vector/triquad.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 
 from . import geom
 import math
diff --git a/io_vector/vecfile.py b/io_vector/vecfile.py
index 808a84e..594255a 100644
--- a/io_vector/vecfile.py
+++ b/io_vector/vecfile.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 """Reading various vector file formats.
 
 Functions for classifying files, tokenizing, and parsing them.
diff --git a/mocap/__init__.py b/mocap/__init__.py
index 710db64..fecbf8c 100644
--- a/mocap/__init__.py
+++ b/mocap/__init__.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 bl_info = {
     "name": "Motion Capture Tools",
     "author": "Benjy Cook",
diff --git a/mocap/mocap_constraints.py b/mocap/mocap_constraints.py
index 3d3e4a6..6d4a34c 100644
--- a/mocap/mocap_constraints.py
+++ b/mocap/mocap_constraints.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 import bpy
 from mathutils import Vector
 from bpy_extras import anim_utils
diff --git a/mocap/mocap_tools.py b/mocap/mocap_tools.py
index cc85529..04a4261 100644
--- a/mocap/mocap_tools.py
+++ b/mocap/mocap_tools.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 from math import sqrt, radians, floor, ceil
 import bpy
 import time
diff --git a/mocap/retarget.py b/mocap/retarget.py
index 4fa5d2c..5c963c0 100644
--- a/mocap/retarget.py
+++ b/mocap/retarget.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 import bpy
 from mathutils import Vector, Matrix
 from math import radians
diff --git a/object_facemap_auto/__init__.py b/object_facemap_auto/__init__.py
index 0a309bc..1085633 100644
--- a/object_facemap_auto/__init__.py
+++ b/object_facemap_auto/__init__.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 bl_info = {
     "name": "Auto Face Map Widgets",
     "author": "Campbell Barton",
diff --git a/object_facemap_auto/auto_fmap_ops.py b/object_facemap_auto/auto_fmap_ops.py
index df2434f..4ed3aef 100644
--- a/object_facemap_auto/auto_fmap_ops.py
+++ b/object_facemap_auto/auto_fmap_ops.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 import bpy
 from bpy.types import (
     Operator,
diff --git a/object_facemap_auto/auto_fmap_utils.py b/object_facemap_auto/auto_fmap_utils.py
index 0a02907..ba825c0 100644
--- a/object_facemap_auto/auto_fmap_utils.py
+++ b/object_facemap_auto/auto_fmap_utils.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 
 # Use so we can develop modules without reloading the add-on.
 
diff --git a/object_facemap_auto/auto_fmap_widgets.py b/object_facemap_auto/auto_fmap_widgets.py
index 6522eb4..24ddf10 100644
--- a/object_facemap_auto/auto_fmap_widgets.py
+++ b/object_facemap_auto/auto_fmap_widgets.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 '''
 Face map manipulator:
 
diff --git a/object_facemap_auto/auto_fmap_widgets_xform.py b/object_facemap_auto/auto_fmap_widgets_xform.py
index 71b99cf..5b4ae1f 100644
--- a/object_facemap_auto/auto_fmap_widgets_xform.py
+++ b/object_facemap_auto/auto_fmap_widgets_xform.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 import bpy
 import math
 
diff --git a/object_fracture_crack/process/cell_calc.py b/object_fracture_crack/process/cell_calc.py
index 2e47eaf..87fba05 100644
--- a/object_fracture_crack/process/cell_calc.py
+++ b/object_fracture_crack/process/cell_calc.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 # Script copyright (C) Blender Foundation 2012
 
 
diff --git a/render_cube_map.py b/render_cube_map.py
index 06417ba..363bc02 100644
--- a/render_cube_map.py
+++ b/render_cube_map.py
@@ -16,8 +16,6 @@
 #
 # ======================= END GPL LICENSE BLOCK ========================
 
-# <pep8 compliant>
-
 # ########################################
 # Render Cube Map
 #
diff --git a/render_to_print.py b/render_to_print.py
index 52d2fd5..fdc54cd 100644
--- a/render_to_print.py
+++ b/render_to_print.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 bl_info = {
     "name": "Render to Print",
     "author": "Marco Crippa <thekrypt77 at tiscali.it>, Dealga McArdle, zebus3d",
diff --git a/system_keyboard_svg.py b/system_keyboard_svg.py
index bf6ab61..db14916 100644
--- a/system_keyboard_svg.py
+++ b/system_keyboard_svg.py
@@ -16,8 +16,6 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# <pep8 compliant>
-
 # this script creates Keyboard layout images of the current keyboard configuration.
 # first implementation done by jbakker
 # version 0.2 - file manager directory on export, modified the SVG layout (lijenstina)



More information about the Bf-extensions-cvs mailing list