gimp r22467 - in trunk: . plug-ins/pygimp plug-ins/pygimp/plug-ins



Author: yosh
Date: 2007-05-10 18:07:48 +0100 (Thu, 10 May 2007)
New Revision: 22467
ViewCVS link: http://svn.gnome.org/viewcvs/gimp?rev=22467&view=rev

Modified:
   trunk/ChangeLog
   trunk/plug-ins/pygimp/gimpfu.py
   trunk/plug-ins/pygimp/plug-ins/clothify.py
   trunk/plug-ins/pygimp/plug-ins/colorxhtml.py
   trunk/plug-ins/pygimp/plug-ins/foggify.py
   trunk/plug-ins/pygimp/plug-ins/py-slice.py
   trunk/plug-ins/pygimp/plug-ins/shadow_bevel.py
   trunk/plug-ins/pygimp/plug-ins/whirlpinch.py
Log:
2007-05-10  Manish Singh  <yosh gimp org>

        * plug-ins/pygimp/gimpfu.py: remove parameter definition special
        casing that was based on menu and plugin types. Instead expect the
        script to specify all its parameters in its register call, and hide
        the UI elements for the parameters we are already passed in
        interactive mode. For compatibilty, this is only turned on when you
        specify the "menu" named argument in the register call, or if you
pass
        an empty label. This should fix bug #104639.

        * plug-ins/pygimp/plug-ins/clothify.py
        * plug-ins/pygimp/plug-ins/colorxhtml.py
        * plug-ins/pygimp/plug-ins/foggify.py
        * plug-ins/pygimp/plug-ins/py-slice.py
        * plug-ins/pygimp/plug-ins/shadow_bevel.py
        * plug-ins/pygimp/plug-ins/whirlpinch.py: update to register image
        * and
        drawable parameters explicitly.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]