diff --git a/scripts/freestyle/styles/anisotropic_diffusion.py b/scripts/freestyle/styles/anisotropic_diffusion.py index 99624dc2d34..914af2b7f87 100644 --- a/scripts/freestyle/styles/anisotropic_diffusion.py +++ b/scripts/freestyle/styles/anisotropic_diffusion.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : anisotropic_diffusion.py # Author : Fredo Durand # Date : 12/08/2004 # Purpose : Smooth lines using an anisotropic diffusion scheme diff --git a/scripts/freestyle/styles/apriori_and_causal_density.py b/scripts/freestyle/styles/apriori_and_causal_density.py index 15482288fae..90a124b6e4d 100644 --- a/scripts/freestyle/styles/apriori_and_causal_density.py +++ b/scripts/freestyle/styles/apriori_and_causal_density.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : apriori_and_causal_density.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Selects the lines with high a priori density and diff --git a/scripts/freestyle/styles/apriori_density.py b/scripts/freestyle/styles/apriori_density.py index 5e2c6fa14d2..35d4401d324 100644 --- a/scripts/freestyle/styles/apriori_density.py +++ b/scripts/freestyle/styles/apriori_density.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : apriori_density.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws lines having a high a prior density diff --git a/scripts/freestyle/styles/backbone_stretcher.py b/scripts/freestyle/styles/backbone_stretcher.py index 00dd8de282b..8096aa30aea 100644 --- a/scripts/freestyle/styles/backbone_stretcher.py +++ b/scripts/freestyle/styles/backbone_stretcher.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : backbone_stretcher.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Stretches the geometry of visible lines diff --git a/scripts/freestyle/styles/blueprint_circles.py b/scripts/freestyle/styles/blueprint_circles.py index 78683dab517..7b4b1f8d547 100644 --- a/scripts/freestyle/styles/blueprint_circles.py +++ b/scripts/freestyle/styles/blueprint_circles.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : blueprint_circles.py # Author : Emmanuel Turquin # Date : 04/08/2005 # Purpose : Produces a blueprint using circular contour strokes diff --git a/scripts/freestyle/styles/blueprint_ellipses.py b/scripts/freestyle/styles/blueprint_ellipses.py index b77d3f9831a..00a95070e23 100644 --- a/scripts/freestyle/styles/blueprint_ellipses.py +++ b/scripts/freestyle/styles/blueprint_ellipses.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : blueprint_ellipses.py # Author : Emmanuel Turquin # Date : 04/08/2005 # Purpose : Produces a blueprint using elliptic contour strokes diff --git a/scripts/freestyle/styles/blueprint_squares.py b/scripts/freestyle/styles/blueprint_squares.py index 334cb9f5c5a..26d58cdda28 100644 --- a/scripts/freestyle/styles/blueprint_squares.py +++ b/scripts/freestyle/styles/blueprint_squares.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : blueprint_squares.py # Author : Emmanuel Turquin # Date : 04/08/2005 # Purpose : Produces a blueprint using square contour strokes diff --git a/scripts/freestyle/styles/cartoon.py b/scripts/freestyle/styles/cartoon.py index 0f2ae43bf89..769f38b1a6a 100644 --- a/scripts/freestyle/styles/cartoon.py +++ b/scripts/freestyle/styles/cartoon.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : cartoon.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws colored lines. The color is automatically diff --git a/scripts/freestyle/styles/contour.py b/scripts/freestyle/styles/contour.py index 83b700c4164..bfb1ec959e1 100644 --- a/scripts/freestyle/styles/contour.py +++ b/scripts/freestyle/styles/contour.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : contour.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws each object's visible contour diff --git a/scripts/freestyle/styles/curvature2d.py b/scripts/freestyle/styles/curvature2d.py index b6414acb938..d1fecbd8227 100644 --- a/scripts/freestyle/styles/curvature2d.py +++ b/scripts/freestyle/styles/curvature2d.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : curvature2d.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : The stroke points are colored in gray levels and depending diff --git a/scripts/freestyle/styles/external_contour.py b/scripts/freestyle/styles/external_contour.py index 194e15205ab..addd7e2883f 100644 --- a/scripts/freestyle/styles/external_contour.py +++ b/scripts/freestyle/styles/external_contour.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : external_contour.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws the external contour of the scene diff --git a/scripts/freestyle/styles/external_contour_sketchy.py b/scripts/freestyle/styles/external_contour_sketchy.py index c0c63bd0aaa..4a68e679513 100644 --- a/scripts/freestyle/styles/external_contour_sketchy.py +++ b/scripts/freestyle/styles/external_contour_sketchy.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : external_contour_sketchy.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws the external contour of the scene using a sketchy diff --git a/scripts/freestyle/styles/external_contour_smooth.py b/scripts/freestyle/styles/external_contour_smooth.py index bbb28fa6339..c450be95f0f 100644 --- a/scripts/freestyle/styles/external_contour_smooth.py +++ b/scripts/freestyle/styles/external_contour_smooth.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : external_contour_smooth.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws a smooth external contour diff --git a/scripts/freestyle/styles/haloing.py b/scripts/freestyle/styles/haloing.py index 2fb152fffd1..e49fb3f4bf8 100644 --- a/scripts/freestyle/styles/haloing.py +++ b/scripts/freestyle/styles/haloing.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : haloing.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : This style module selects the lines that diff --git a/scripts/freestyle/styles/ignore_small_occlusions.py b/scripts/freestyle/styles/ignore_small_occlusions.py index aa9b6924c47..e4778e67fdd 100644 --- a/scripts/freestyle/styles/ignore_small_occlusions.py +++ b/scripts/freestyle/styles/ignore_small_occlusions.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : ignore_small_occlusions.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : The strokes are drawn through small occlusions diff --git a/scripts/freestyle/styles/invisible_lines.py b/scripts/freestyle/styles/invisible_lines.py index b5098ea1b06..02d93fa3bf2 100644 --- a/scripts/freestyle/styles/invisible_lines.py +++ b/scripts/freestyle/styles/invisible_lines.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : invisible_lines.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws all lines whose Quantitative Invisibility diff --git a/scripts/freestyle/styles/japanese_bigbrush.py b/scripts/freestyle/styles/japanese_bigbrush.py index 2f954fded73..7b30970dd99 100644 --- a/scripts/freestyle/styles/japanese_bigbrush.py +++ b/scripts/freestyle/styles/japanese_bigbrush.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : japanese_bigbrush.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Simulates a big brush fr oriental painting diff --git a/scripts/freestyle/styles/long_anisotropically_dense.py b/scripts/freestyle/styles/long_anisotropically_dense.py index d730c8da9a9..27e1bba254e 100644 --- a/scripts/freestyle/styles/long_anisotropically_dense.py +++ b/scripts/freestyle/styles/long_anisotropically_dense.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : long_anisotropically_dense.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Selects the lines that are long and have a high anisotropic diff --git a/scripts/freestyle/styles/multiple_parameterization.py b/scripts/freestyle/styles/multiple_parameterization.py index 8165317b05e..31079b56a79 100644 --- a/scripts/freestyle/styles/multiple_parameterization.py +++ b/scripts/freestyle/styles/multiple_parameterization.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : multiple_parameterization.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : The thickness and the color of the strokes vary continuously diff --git a/scripts/freestyle/styles/nature.py b/scripts/freestyle/styles/nature.py index cf827af56a4..d267236ce13 100644 --- a/scripts/freestyle/styles/nature.py +++ b/scripts/freestyle/styles/nature.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : nature.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Uses the NatureUP1D predicate to select the lines diff --git a/scripts/freestyle/styles/near_lines.py b/scripts/freestyle/styles/near_lines.py index 83b43f78af0..4b04efd45af 100644 --- a/scripts/freestyle/styles/near_lines.py +++ b/scripts/freestyle/styles/near_lines.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : near_lines.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws the lines that are "closer" than a threshold diff --git a/scripts/freestyle/styles/occluded_by_specific_object.py b/scripts/freestyle/styles/occluded_by_specific_object.py index e4367998e39..98afc4f79f9 100644 --- a/scripts/freestyle/styles/occluded_by_specific_object.py +++ b/scripts/freestyle/styles/occluded_by_specific_object.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : occluded_by_specific_object.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws only the lines that are occluded by a given object diff --git a/scripts/freestyle/styles/polygonalize.py b/scripts/freestyle/styles/polygonalize.py index 8060e0ad762..b30d1a9b06a 100644 --- a/scripts/freestyle/styles/polygonalize.py +++ b/scripts/freestyle/styles/polygonalize.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : polygonalize.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Make the strokes more "polygonal" diff --git a/scripts/freestyle/styles/qi0.py b/scripts/freestyle/styles/qi0.py index b44511ceda4..d35d31983db 100644 --- a/scripts/freestyle/styles/qi0.py +++ b/scripts/freestyle/styles/qi0.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : qi0.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws the visible lines (chaining follows same nature lines) diff --git a/scripts/freestyle/styles/qi0_not_external_contour.py b/scripts/freestyle/styles/qi0_not_external_contour.py index e9bed1edb34..a60e3cbb697 100644 --- a/scripts/freestyle/styles/qi0_not_external_contour.py +++ b/scripts/freestyle/styles/qi0_not_external_contour.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : qi0_not_external_contour.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws the visible lines (chaining follows same nature lines) diff --git a/scripts/freestyle/styles/qi1.py b/scripts/freestyle/styles/qi1.py index da4090e344b..c4a40605e0e 100644 --- a/scripts/freestyle/styles/qi1.py +++ b/scripts/freestyle/styles/qi1.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : qi1.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws lines hidden by one surface. diff --git a/scripts/freestyle/styles/qi2.py b/scripts/freestyle/styles/qi2.py index b963442ac78..fe41b2908e3 100644 --- a/scripts/freestyle/styles/qi2.py +++ b/scripts/freestyle/styles/qi2.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : qi2.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws lines hidden by two surfaces. diff --git a/scripts/freestyle/styles/sequentialsplit_sketchy.py b/scripts/freestyle/styles/sequentialsplit_sketchy.py index 14a476ab1af..02e649b8747 100644 --- a/scripts/freestyle/styles/sequentialsplit_sketchy.py +++ b/scripts/freestyle/styles/sequentialsplit_sketchy.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : sequentialsplit_sketchy.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Use the sequential split with two different diff --git a/scripts/freestyle/styles/sketchy_multiple_parameterization.py b/scripts/freestyle/styles/sketchy_multiple_parameterization.py index c32992f5bcd..c2bf4140c6e 100644 --- a/scripts/freestyle/styles/sketchy_multiple_parameterization.py +++ b/scripts/freestyle/styles/sketchy_multiple_parameterization.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : sketchy_multiple_parameterization.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Builds sketchy strokes whose topology relies on a diff --git a/scripts/freestyle/styles/sketchy_topology_broken.py b/scripts/freestyle/styles/sketchy_topology_broken.py index c7dbc3639f3..61a8fb776bf 100644 --- a/scripts/freestyle/styles/sketchy_topology_broken.py +++ b/scripts/freestyle/styles/sketchy_topology_broken.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : sketchy_topology_broken.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : The topology of the strokes is, first, built diff --git a/scripts/freestyle/styles/sketchy_topology_preserved.py b/scripts/freestyle/styles/sketchy_topology_preserved.py index e66d2f47d22..18a368812a3 100644 --- a/scripts/freestyle/styles/sketchy_topology_preserved.py +++ b/scripts/freestyle/styles/sketchy_topology_preserved.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : sketchy_topology_preserved.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : The topology of the strokes is built diff --git a/scripts/freestyle/styles/split_at_highest_2d_curvatures.py b/scripts/freestyle/styles/split_at_highest_2d_curvatures.py index b298ba4eaf7..b67ad78fde5 100644 --- a/scripts/freestyle/styles/split_at_highest_2d_curvatures.py +++ b/scripts/freestyle/styles/split_at_highest_2d_curvatures.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : split_at_highest_2d_curvature.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws the visible lines (chaining follows same nature lines) diff --git a/scripts/freestyle/styles/split_at_tvertices.py b/scripts/freestyle/styles/split_at_tvertices.py index abddac9d597..70c8acf613a 100644 --- a/scripts/freestyle/styles/split_at_tvertices.py +++ b/scripts/freestyle/styles/split_at_tvertices.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : split_at_tvertices.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws strokes that starts and stops at Tvertices (visible or not) diff --git a/scripts/freestyle/styles/suggestive.py b/scripts/freestyle/styles/suggestive.py index 03105be741a..be5066112e6 100644 --- a/scripts/freestyle/styles/suggestive.py +++ b/scripts/freestyle/styles/suggestive.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : suggestive.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Draws the suggestive contours. diff --git a/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py b/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py index 1d82a4a47a6..2d66c7a50e9 100644 --- a/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py +++ b/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : thickness_fof_depth_discontinuity.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Assigns to strokes a thickness that depends on the depth discontinuity diff --git a/scripts/freestyle/styles/tipremover.py b/scripts/freestyle/styles/tipremover.py index cab8437196b..30f4c01087a 100644 --- a/scripts/freestyle/styles/tipremover.py +++ b/scripts/freestyle/styles/tipremover.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : tipremover.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Removes strokes extremities diff --git a/scripts/freestyle/styles/tvertex_remover.py b/scripts/freestyle/styles/tvertex_remover.py index 0db5f7ecfec..c5b10417b10 100644 --- a/scripts/freestyle/styles/tvertex_remover.py +++ b/scripts/freestyle/styles/tvertex_remover.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : tvertex_remover.py # Author : Stephane Grabli # Date : 04/08/2005 # Purpose : Removes TVertices diff --git a/scripts/freestyle/styles/uniformpruning_zsort.py b/scripts/freestyle/styles/uniformpruning_zsort.py index c71e5975fbe..dc3dc5c4a5a 100644 --- a/scripts/freestyle/styles/uniformpruning_zsort.py +++ b/scripts/freestyle/styles/uniformpruning_zsort.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: GPL-2.0-or-later -# Filename : uniformpruning_zsort.py # Authors : Fredo Durand, Stephane Grabli, Francois Sillion, Emmanuel Turquin # Date : 08/04/2005