I'm trying to send a sim to our Tractor farm using the Tractor node. I've encountered a few strange problems:
Alfred.py creates the alfred script (eg: render.alf) and it seems to get a few things wrong:
1. -expand 1 this setting seems to tell Tractor to expect another job to be created when the current one finishes, and errors if there is not one
2. the alfCleanup() function inserts too many escapes into the cleanup cmd, it uses
text.append(' \\"%s\\"' % f)
text.append(' \"%s\"' % f)
If I change those in Alfred.py, I am able to generate an alf script from Houdini and submit it to the farm successfully.
However, if I try to submit from within the Houdini gui, I get this error:
sh: alfred: command not found
I discovered there is an alfred scripts folder in the Houdini installation:
houdini/scripts/alfred
I tried setting the $HOUDINI_SCRIPT_PATH env var to point to that, but still no luck.
Anyone encountered similar problems? How reliable is that Alfred.py script?
cheers,
Daniel

