mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
plug-ins: pre-load Babl module in Python console.
This commit is contained in:
parent
31b8ea4a90
commit
9454567e8c
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ def run(procedure, args, data):
|
|||
|
||||
namespace = {'__builtins__': __builtins__,
|
||||
'__name__': '__main__', '__doc__': None,
|
||||
'Babl': gi.repository.Babl,
|
||||
'cairo': gi.repository.cairo,
|
||||
'Gdk': gi.repository.Gdk,
|
||||
'Gegl': gi.repository.Gegl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue