Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
plugin save for web in Gimp 2.9.6
#8
(10-31-2017, 09:45 PM)Dkk Wrote:
(10-23-2017, 05:49 PM)Ofnuts Wrote: * Filters>Python-fu>Console
* Enter "pdb.file_png_get_defaults()"  (without the quotes) then strike [enter]
* Post results

Traceback (most recent call last):
  File "<input>", line 1, in <module>
RuntimeError: O Procedimento "file-png-get-defaults" não retornou os valores de retorno

Very unexpected message, in standard Python this shouldn't not print anything if the procedure doesn't return values. Does:  
Code:
print pdb.file_png_get_defaults()
answers:
Code:
None
Reply


Messages In This Thread
plugin save for web in Gimp 2.9.6 - by Dkk - 10-18-2017, 12:52 PM
RE: plugin save for web in Gimp 2.9.6 - by Dkk - 10-18-2017, 07:21 PM
RE: plugin save for web in Gimp 2.9.6 - by Dkk - 10-23-2017, 05:36 PM
RE: plugin save for web in Gimp 2.9.6 - by Ofnuts - 10-23-2017, 05:49 PM
RE: plugin save for web in Gimp 2.9.6 - by Dkk - 10-31-2017, 09:45 PM
RE: plugin save for web in Gimp 2.9.6 - by Ofnuts - 11-01-2017, 08:04 AM
RE: plugin save for web in Gimp 2.9.6 - by Dkk - 11-02-2017, 02:22 PM
RE: plugin save for web in Gimp 2.9.6 - by Ofnuts - 11-01-2017, 10:31 AM
RE: plugin save for web in Gimp 2.9.6 - by Ofnuts - 11-03-2017, 05:12 PM
RE: plugin save for web in Gimp 2.9.6 - by Ofnuts - 01-21-2018, 01:52 AM
RE: plugin save for web in Gimp 2.9.6 - by Ofnuts - 01-14-2019, 04:24 PM

Forum Jump: