GNOME Bugzilla – Bug 357223
Python Whirl & Pinch does not work...
Last modified: 2006-10-04 07:26:13 UTC
Please describe the problem: The python version of whirl/pinch does not function Steps to reproduce: 1. New image 2. Filters > Distorts > Whirl and Pinch (Select the python version) 3. Click OK... Actual results: The plugin does not run, you have to manually close the window... Expected results: the standard whirl and pinch plugin to run... Does this happen every time? yes... Other information: Tested current cvs: Ubuntu, Xubuntu...
Indeed.
Well, it's not installed by default, so this doesn't need to block the 2.4 release.
If you file bug reports for Python plug-ins, please do always paste the traceback into the bug report. Doing this for you now... Traceback (most recent call last):
+ Trace 73082
dialog.res = run_script(params)
return apply(function, params)
2006-10-03 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/pygimp-drawable.c: a FALSE return from gimp_drawable_mask_bounds doesn't mean failure. Restore old behavior. Fixes bug #357223.