[gimp] plug-ins: delete Python whirlpinch and clothify without porting them.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: delete Python whirlpinch and clothify without porting them.
- Date: Sun, 20 Sep 2020 23:50:41 +0000 (UTC)
commit e154cd220df8c13d56f206702755e8f57074fbc4
Author: Jehan <jehan girinstud io>
Date: Mon Sep 21 01:38:30 2020 +0200
plug-ins: delete Python whirlpinch and clothify without porting them.
Following Elad Shahar advice (cf. #4368), let's delete whirlpinch.py and
clothify.py.
The rational is that whirlpinch.py does the same thing as the existing
"plug-in-whirl-pinch" which is itself a compat plug-in to
"gegl:whirl-pinch" operation. Also the Python file has an explicit
command saying it is exactly the same algorithm, yet with no preview and
slower. Finally it was not even installed on stable build. It doesn't
look like there is any reason to keep it (it was probably a demo/test
Python plug-in).
As for clothify.py, a quick look at the short code shows it is exactly
the same algorithm as clothify.scm, with the same arguments and
installed on the same `Filters > Artistic` menu (except that the Python
version is not installed on stable builds).
So let's just keep the script-fu version as it has been the used version
until now, and there is no deprecation going on in one side or another.
So let's keep what already works.
plug-ins/pygimp/plug-ins/clothify.py | 76 -----------
plug-ins/pygimp/plug-ins/whirlpinch.py | 227 ---------------------------------
plug-ins/python/Makefile.am | 2 -
plug-ins/python/meson.build | 2 -
4 files changed, 307 deletions(-)
---
diff --git a/plug-ins/python/Makefile.am b/plug-ins/python/Makefile.am
index 1a690465e7..5e1c0048fc 100644
--- a/plug-ins/python/Makefile.am
+++ b/plug-ins/python/Makefile.am
@@ -39,10 +39,8 @@ spyro_plus_SCRIPTS = spyro-plus.py
if GIMP_UNSTABLE
benchmark_foreground_extractdir = $(gimpplugindir)/plug-ins/benchmark-foreground-extract
benchmark_foreground_extract_SCRIPTS = benchmark-foreground-extract.py
-## clothify.py
## shadow_bevel.py
## sphere.py
-## whirlpinch.py
endif
EXTRA_DIST = \
diff --git a/plug-ins/python/meson.build b/plug-ins/python/meson.build
index 9074f09397..a9fb46fdb9 100644
--- a/plug-ins/python/meson.build
+++ b/plug-ins/python/meson.build
@@ -19,10 +19,8 @@ plugins = [
if not stable
plugins += [
{ 'name': 'benchmark-foreground-extract' }
- # { 'name': 'clothify', },
# { 'name': 'shadow_bevel', },
# { 'name': 'sphere', },
- # { 'name': 'whirlpinch', },
]
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]