AWS Thinkbox Discussion Forums

Is there more references to the scripting language?


Hi,

I made some scripts for Deadline with the manual online but I saw some commands in other scripts like commandScript.

An Example:

|CmdFile = OpenFile( GetDataFilename(), "r" );
|for( i = 1; i <= StartFrame(); i = i + 1 ) {
| Line = ReadLineFromFile( CmdFile );
| if( Line == "EOF" ) {
| FailRender( "Command file, " .. GetDataFilename() .. ", did not have enough lines to get to frame " .. StartFrame() );
| }
|}

In this code, there is no documentation on the site about OpenFile. There is only the GetDataFilename() short description...

Is it possible to have more doc on this and more advance scripting? Or any reference to the scripting language used behind?

Thanks alot.


Patrick Piché
3D TD at Hybride

We’ve updated our script plugin function reference. Let us know if

anything is still unclear.

http://software.franticfilms.com/index.aspx?page=deadline/sdk/scriptplugin



Kind regards,

  • Ryan

at first glance this look awesome.



Thanks for the update guys.


Thanks for the update .. :)

Patrick Piché
3D TD at Hybride
Privacy | Site terms | Cookie preferences