Skip to content
  • Ell's avatar
    plug-ins: avoid running pygimp plug-ins derived from gimpplugin.plugin at each startup · 9851bc89
    Ell authored
    When initializing a pygimp plug-in derived from gimpplugin.plugin,
    only pass the plug-in's init() and quit() functions to gimp.main()
    if the plug-in actually implements them, instead of passing the
    default NOP versions.  This avoids plug-ins that don't implement
    init() from being registered as having an init function, causing
    them to be run at each startup.
    9851bc89