It installed and registered fine for me in GIMP-2.8.14 version 64 bit. I did change the menu location to <Image>/workflow/ however.
register(
"python_fu_menu_supp",
MS_blurb,
"Group together call to your workflow procedure in a menu and manage them from the PDB",
"R. Brizard",
"(c) R. Brizard",
"2015",
_("Workflow menu..."), # Routine-action
"",
[
#(PF_IMAGE, "img", "IMAGE:", None),
#(PF_DRAWABLE, "drw", "DRAWABLE:", None),
],
[],
menu_supp,
menu = "<Image>/Workflow/Workflow setup",
domain = ( "workflow_menu", locale_directory)
)
register(
"python_fu_workflow_action",
_("Generate two action files, one from the PDB and a workflow action dictionary as first utility to 'Workflow actions...'."),
"It generate two action files one from the actual PDB who can RUN_INTERACTIF and a workflow action dictionary for 'Workflow actions...'.",
"R. Brizard",
"(c) R. Brizard",
"2015",
_("->workflow manager..."),
"",
[
],
[],
workflow_action,
menu = "<Image>/Workflow/Workflow setup",
domain = ( "workflow_action", locale_directory)
)
main()
