Hi,
Gaffer newbie diving into it on the Windows platform.
I have follow the following example and install the plugin
I see that it loads the actual node detail from another file
$GAFFER_ROOT/resources/examples/references/macbethTexture.grf
I also looked around and found another example
$GAFFER_ROOT/resources/examples/boxBasics.gfr
Question 1 : Looking at the above *.grf files, are the file generated via another (UI) tool or manually written ?
Question 2 : Am I correct to understand that the plugin mechanism performs the loading and registration, the plugin details e.g. input/output/parameters, those are all defined in *.grf files ?
Cheers