lxs file halttime[SOLVED]

Discussion related to the LuxCore functionality, implementations and API.
Post Reply
User avatar
nigec
Posts: 141
Joined: Mon Mar 11, 2019 8:50 am

lxs file halttime[SOLVED]

Post 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
Attachments
pre.zip
(14.65 KiB) Downloaded 142 times
Last edited by nigec on Sun Apr 07, 2019 2:16 pm, edited 1 time in total.
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: lxs file halttime

Post by Dade »

LXS parser now supports halttime and haltspp film halt conditions.
Support LuxCoreRender project with salts and bounties
User avatar
nigec
Posts: 141
Joined: Mon Mar 11, 2019 8:50 am

Re: lxs file halttime

Post by nigec »

thank you
Post Reply