Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 9406de5

Browse files
committed
Cleanup: remove <pep8 compliant> comment
This is no longer necessary, see: T98554.
1 parent 61efd17 commit 9406de5

30 files changed

+0
-60
lines changed

animation_motion_trail.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119

2220
bl_info = {
2321
"name": "Motion Trail",

development_ui_classes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
bl_info = {
2220
"name": "UI Classes Overview",
2321
"author": "lijenstina",

io_export_after_effects.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
bl_info = {
2220
"name": "Export: Adobe After Effects (.jsx)",
2321
"description": "Export cameras, selected objects & camera solution "

io_scene_3ds/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8-80 compliant>
20-
2119
from bpy_extras.io_utils import (
2220
ImportHelper,
2321
ExportHelper,

io_scene_3ds/export_3ds.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
# Script copyright (C) Bob Holcomb
2220
# Contributors: Campbell Barton, Bob Holcomb, Richard Lärkäng, Damien McGinnes, Mark Stijnman, Sebastian Sille
2321

io_scene_3ds/import_3ds.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
# Script copyright (C) Bob Holcomb
2220
# Contributors: Bob Holcomb, Richard L?rk?ng, Damien McGinnes, Sebastian Sille
2321
# Campbell Barton, Mario Lapin, Dominique Lorre, Andreas Atteneder

io_scene_open_street_map.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ***** END GPL LICENCE BLOCK *****
1818

19-
# <pep8 compliant>
20-
2119
bl_info = {
2220
"name": "Open Street Map (.osm)",
2321
"author": "Michael Anthrax Schlachter, ideasman42, littleneo",

io_vector/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
bl_info = {
2220
"name": "Adobe Illustrator / PDF / SVG",
2321
"author": "Howard Trickey",

io_vector/art2polyarea.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
"""Convert an Art object to a list of PolyArea objects.
2220
"""
2321

io_vector/geom.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
"""Geometry classes and operations.
2220
Also, vector file representation (Art).
2321
"""

io_vector/import_vecfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
"""Importing a vector file into Model format.
2220
"""
2321

io_vector/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
"""Manipulations of Models.
2220
"""
2321

io_vector/offset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
"""Creating offset polygons inside faces."""
2220

2321
__author__ = "[email protected]"

io_vector/pdf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
"""Functions for dealing with PDF files.
2220
"""
2321

io_vector/svg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
"""Reading SVG file format.
2220
"""
2321

io_vector/triquad.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119

2220
from . import geom
2321
import math

io_vector/vecfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
"""Reading various vector file formats.
2220
2321
Functions for classifying files, tokenizing, and parsing them.

mocap/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
bl_info = {
2220
"name": "Motion Capture Tools",
2321
"author": "Benjy Cook",

mocap/mocap_constraints.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
import bpy
2220
from mathutils import Vector
2321
from bpy_extras import anim_utils

mocap/mocap_tools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
from math import sqrt, radians, floor, ceil
2220
import bpy
2321
import time

mocap/retarget.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
import bpy
2220
from mathutils import Vector, Matrix
2321
from math import radians

object_facemap_auto/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
bl_info = {
2220
"name": "Auto Face Map Widgets",
2321
"author": "Campbell Barton",

object_facemap_auto/auto_fmap_ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
import bpy
2220
from bpy.types import (
2321
Operator,

object_facemap_auto/auto_fmap_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119

2220
# Use so we can develop modules without reloading the add-on.
2321

object_facemap_auto/auto_fmap_widgets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
'''
2220
Face map manipulator:
2321

object_facemap_auto/auto_fmap_widgets_xform.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
import bpy
2220
import math
2321

object_fracture_crack/process/cell_calc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
# Script copyright (C) Blender Foundation 2012
2220

2321

render_cube_map.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ======================= END GPL LICENSE BLOCK ========================
1818

19-
# <pep8 compliant>
20-
2119
# ########################################
2220
# Render Cube Map
2321
#

render_to_print.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
bl_info = {
2220
"name": "Render to Print",
2321
"author": "Marco Crippa <[email protected]>, Dealga McArdle, zebus3d",

system_keyboard_svg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#
1717
# ##### END GPL LICENSE BLOCK #####
1818

19-
# <pep8 compliant>
20-
2119
# this script creates Keyboard layout images of the current keyboard configuration.
2220
# first implementation done by jbakker
2321
# version 0.2 - file manager directory on export, modified the SVG layout (lijenstina)

0 commit comments

Comments
 (0)