Kevin, in you're code you have no image or drawable picked using the PF_XXX
parameters, but they still show up in your code when the starting function is
run. How? In this code:
#####
def start(*args):
pdb.gimp_message(args)
register(
"FSW-SCRIPT",
"desc.",
"desc2.",
"FierySwordswoman",
"FierySwordswoman",
"1989",
"FSW Script",
"*",
[],
[],
start,
menu="<Image>/"
)
main()
#####
it prints the message '()', meaning I'm not receiving the image and drawable
arguments for the function...why?
The closest thing I could find in the python-fu documentation was
"gimp.images_list()", which isn't a good solution.
--
FierySwordswoman (via www.gimpusers.com/forums)
_______________________________________________
gimp-user-list mailing list
List address: [email protected]
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives: https://mail.gnome.org/archives/gimp-user-list