Page 1 of 1

lxs file halttime[SOLVED]

Posted: Sat Apr 06, 2019 11:06 am
by nigec
halttime doesn't seem to work in lxs files using the luxcoreconsole
filename also seems to be ignored but may its because halttime is being overlooked

Code: Select all

"integer halttime" [1]
"string filename" ["_Material1"]
I got around the problem by doing:

Code: Select all

"C:\luxcorerender/luxcoreconsole.exe" -d "C:/Users/nige/AppData/Roaming/LuxRender/" " _Material1.lxs" -D "batch.halttime" "2"
ut that doesn't solve the infile problem

Re: lxs file halttime

Posted: Sun Apr 07, 2019 1:45 pm
by Dade
LXS parser now supports halttime and haltspp film halt conditions.

Re: lxs file halttime

Posted: Sun Apr 07, 2019 2:15 pm
by nigec
thank you