Hi,
We’ve just installed the new version and are testing it.
When we submit a job with “submit render layers as separate jobs” it creates double folders for each render layer as output path (ie: images/layer1/layer1/pic####.iff)
The problem is solved so if anyone cares here is the solution…
The source of the problem might be that we don’t have renderMan and in the submitToDeadline.mel here are these commands at line 653:
// Renderman doesn't output the default render layer to it's own directory
if ( !( $renderer == "renderMan" && $currentRenderLayer == "defaultRenderLayer") )
$outputFilePath = $outputFilePath + "/" + $currentRenderLayer;
If you comment these lines out, that should do the trick (at least it works for us) and the output path is correct this way.
Ryan: could you take care of this issue please in future releases?
Attila Sziklai
Focus Fox