ScriptSpot

Forum topic · General Scripting

RLA Interface

By Any · 2013-02-03

Description

Good day.
Try to setup RLA Interface

--------------------------------------------------
SafeFile=getSaveFileName caption:"Safe File To" types:"RLA (*.rla)|(*.rla)"
outstring=SafeFile as string+".rla"
rla.iRLAio.zChannel :true :write
newBmp = bitmap 400 300 filename:outstring
render camera:$Camera01 vfb: false pixelaspect: 1 to:newBmp
save newBmp; close newBmp
----------------------------------------------------------
and get:
-- Syntax error: at name, expected :
-- In line: rla.iRLAio.zChannel :true :

HELP!!!

Comments (1)

rla.iRLAio.zChannel = true

miauu · 2013-02-03


rla.iRLAio.zChannel = true