Noch nirgendwo gefunden aber es funktioniert.
Hab heute Gmic für 64 Bit und Gimp 2.8.18 installiert!
Ganz schön schön schon. Im der PythonFu Konsole via Browse nach gmic gesucht und gefunden und Apply gedrückt, das ergab:
pdb.plug_in_gmic(image, drawable, input, command)
Das sah gut aus, alles Klar, nur was darf
command sein????
Auf dem Internet gesucht und mir ist es nicht richtig gelungen WAS die console haben will bis ich dies fand:
https://github.com/dtschump/gmic-com...Round_Tile_en) 
Ausprobieren dann mal!
So:
GIMP 2.8.18 Python Console
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)]
>>> image = gimp.image_list()[0]
>>> drawable = image.layers[0]
>>> pdb.plug_in_gmic(image, drawable, 1, "-Annular_Steiner_Chain_Round_Tile_en 800,1,20.25,20.25,88.88,4.26,42.6842,12,21.3,1,0,0 ,0,255,0,255,255,0,127,0,0,255,127,0")
>>>
Und es funktioniert!!!!
Schaut mich mal an:
Wer hilft noch nach mehr 'command's zu suchen oder selbst finden?
Und dann zu kapieren, welcher Wert WAS macht!!