Hello,
We’ve recently got XSI 7.0 and deadline 2.7 working with a script I found in these forums, however we’re now running into this problem.
We get it on multiple machines when rendering scenes, and can’t seem to resolve it.
SubmitToDeadline();
// ERROR : Type mismatch: 'GetOutputFilename' - [line 157]
// ERROR : Property Page Script Logic Error (Microsoft VBScript runtime error)
// ERROR : [155]
// ERROR : [156] ' Check if the output extension is valid
// ERROR : >[157] outputFilename = GetOutputFilename( pass )
// ERROR : [158] If Not IsExtensionValid( outputFilename ) Then
// ERROR : [159] warnings = true
// ERROR : Type mismatch: 'GetOutputFilename'
The thing that we’ve done to get XSI7 working is here; viewtopic.php?f=11&t=1408&p=6202&hilit=xsi+7+2+7#p6202
Unfortunately we aren’t in the position to be able to upgrade any time soon to 3.0.
Hopefully you can point me in the right direction.
Many thanks.