Page 2 of 2

Re: how to: luxcore UI resumable rendering

Posted: Sat Oct 19, 2019 9:12 pm
by B.Y.O.B.
By the way, you can also start in image view mode with

Code: Select all

./luxcoreui -D screen.tool.type IMAGE_VIEW

Re: how to: luxcore UI resumable rendering

Posted: Sat Oct 19, 2019 9:25 pm
by arescet
B.Y.O.B. wrote: Sat Oct 19, 2019 9:12 pm By the way, you can also start in image view mode with

Code: Select all

./luxcoreui -D screen.tool.type IMAGE_VIEW
There we go! :D
Thanks for the dev style tips guys, i really appreciate them
I NEVER would have figured those out myself

Re: how to: luxcore UI resumable rendering

Posted: Sun Oct 20, 2019 8:57 am
by Dade
For just rendering, you may want to use luxcoreconsole (of pyluxcore tools): it is a command line only tool, useful for background, remote, etc. rendering.

Re: how to: luxcore UI resumable rendering

Posted: Mon Oct 21, 2019 1:54 am
by arescet
Dade wrote: Sun Oct 20, 2019 8:57 am For just rendering, you may want to use luxcoreconsole (of pyluxcore tools): it is a command line only tool, useful for background, remote, etc. rendering.
i appreciate your suggestion Dade
but i gotta be honest though, i have zero clue how to use a .PY file :lol: :oops:
plus i'm preeetty sure i will not understand the wiki about it either, sorry i ain't familiar with code :oops:

i guess i should stick to familiarizing myself to the UI for now.. you know figure out the resumable stuff
your responses are very much appreciated, thanks again! :D

Re: how to: luxcore UI resumable rendering

Posted: Tue Oct 22, 2019 1:46 am
by arescet
Hey all,

just thought i would confirm that your combined tips have worked for me too!
(also so you guys don't feel very frustrated helping clueless monkeys like me) :lol: :oops:
this is soooooo much fun :D :D :D

here is what i currently use with a little help from SDL reference:

"D:\Program Files\LuxCoreRender\luxcoreui.exe" -d "D:\Users\name\Desktop\resumables" -D screen.tool.type IMAGE_VIEW -D periodicsave.film.outputs.period 3600 -D periodicsave.resumerendering.period 3600 -o "D:\Users\name\Desktop\resumables\rendering.rsm" -f "D:\Users\name\Desktop\resumables\resume_LuxCore\00001\scene.scn" -w 1920 -e 1080

thanks once again for the tips! 8-) :lol: