Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
color grading plugin
#2
The plugin does not show in the menu for me either. When I loaded the file in Gimp's Python console, I got lots of indentation errors, the first one on line 90 where reads:

Code:
................
import ConfigParser
import string

class reuse_init(object):
    previewLayer = None

    def get_layer_pos(self, layer):

Line 90 is that with the "def get_layer_pos". The line immediately above is quite empty, not even spaces. (And he uses tabulators for indentations.) Could it be that Gimp's Python does not accept empty lines in such places? When I deleted that empty line and tried again, that error went away and now the first error was at the next empty line. So should one go to remove all empty lines? The file is over 1500 lines. Or is there perhaps some other problem?
Reply


Messages In This Thread
color grading plugin - by denzjos - 07-04-2021, 06:48 PM
RE: color grading plugin - by Ottia Tuota - 07-04-2021, 07:35 PM
RE: color grading plugin - by rich2005 - 07-04-2021, 07:52 PM
RE: color grading plugin - by denzjos - 07-04-2021, 08:15 PM
RE: color grading plugin - by rich2005 - 07-04-2021, 08:27 PM
RE: color grading plugin - by denzjos - 07-05-2021, 06:38 AM
RE: color grading plugin - by Ottia Tuota - 07-04-2021, 08:40 PM
RE: color grading plugin - by rich2005 - 07-05-2021, 07:30 AM
RE: color grading plugin - by Krikor - 07-05-2021, 06:46 PM
RE: color grading plugin - by rich2005 - 07-05-2021, 07:14 PM
RE: color grading plugin - by Krikor - 07-06-2021, 12:51 AM
RE: color grading plugin - by rich2005 - 07-06-2021, 07:49 AM
RE: color grading plugin - by meetdilip - 07-06-2021, 08:27 AM
RE: color grading plugin - by rich2005 - 07-06-2021, 09:00 AM
RE: color grading plugin - by meetdilip - 07-06-2021, 09:36 AM
RE: color grading plugin - by rich2005 - 07-06-2021, 09:55 AM
RE: color grading plugin - by meetdilip - 07-06-2021, 10:06 AM
RE: color grading plugin - by Krikor - 07-06-2021, 01:09 PM
RE: color grading plugin - by QGtKMlLz - 05-21-2023, 11:49 PM
RE: color grading plugin - by Ofnuts - 05-22-2023, 07:22 AM

Forum Jump: