[Gimp-user] Create PDB Inputs?

2016-11-12 Thread FierySwordswoman
that. -- FierySwordswoman (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives

[Gimp-user] Autocrop Buggy

2016-11-01 Thread FierySwordswoman
That's really weird. You'd think they'd just make it take a 3rd argument if that was the functionality they wanted - (Image, source layer, target layer) -- FierySwordswoman (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address

[Gimp-user] Autocrop Buggy

2016-10-31 Thread FierySwordswoman
Straight to the point. The Autocrop layer function is weird. Take something simple >for X in image.layers: > pdb.plug_in_autocrop_layer(image, X) and it still doesn't work, giving a variety of strange bugs. Why? -- FierySwordswoman (via www.gimpusers.com/

[Gimp-user] GIMP 2.9 Nightly - Plugin Errors

2016-10-31 Thread FierySwordswoman
Actually, I don't think it has Python in it. That's probably the issue. Probably no helping that. -- FierySwordswoman (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:gimp-user-list@gnome.org List membership: https

[Gimp-user] GIMP 2.9 Nightly - Plugin Errors

2016-10-31 Thread FierySwordswoman
dn't be a problem, right? -- FierySwordswoman (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list

[Gimp-user] 'Precision' Meaning

2016-10-30 Thread FierySwordswoman
When creating a script for GIMP, using something like stroke.get_point_at_dist(...) it requires 2 floats: distance and 'precision for estimation'. What does 'precision for estimation' mean? -- FierySwordswoman (via www.gimpusers.com/forums) ___ gimp

[Gimp-user] Undo a Step in Python-Fu

2016-10-22 Thread FierySwordswoman
instantaneously. To top it off, the size of the group was smaller than the master layer off which the script worked. So with that and some finishing touches/features, I made a completely perfect Python plugin. -- FierySwordswoman (via www.gimpusers.com/forums

[Gimp-user] Custom Script UI

2016-10-14 Thread FierySwordswoman
c.", "desc2.", "FierySwordswoman", "FierySwordswoman", "1989", "FSW Script", "*", [], [], start, menu="/" ) main() # it prints the message '()', meaning I'm not receiving the image and

[Gimp-user] Custom Script UI

2016-10-14 Thread FierySwordswoman
EDIT: Adding the PF_IMAGE and PF_LAYER parameters fixes that without impeding the GUI creation. Alright, I'm set. I even managed to import GIMP's menu themes to use on my custom UI. -- FierySwordswoman (via www.gimpusers.com/forums) ___ gimp-user

[Gimp-user] Custom Script UI

2016-10-14 Thread FierySwordswoman
o my own 2.7.X as the file can't be modified. The proper way to do that would be to replace GIMP's python.exe and pythonw.exe with links to the desired ones. Even if it's possible, I'm pretty sure it'd lose the all-important gimpfu module. -- FierySwordswoman (via www.gimpusers.com/forums) __

[Gimp-user] Custom Script UI

2016-10-14 Thread FierySwordswoman
hand-made solution instead of Kivy's default widget. When I made my first program (Used TkInter), making my own file explorer turned out pretty nicely. -- FierySwordswoman (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:gimp

[Gimp-user] Custom Script UI

2016-10-12 Thread FierySwordswoman
ister(...)" command and it's built-in widgets. Any help on how to get started with this is appreciated. -- FierySwordswoman (via www.gimpusers.com/forums) ___ gimp-user-list mailing list List address:gimp-user-list@gnome.org List members