how to: luxcore UI resumable rendering

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: how to: luxcore UI resumable rendering

Post 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
arescet
Posts: 43
Joined: Tue Jun 25, 2019 10:29 pm

Re: how to: luxcore UI resumable rendering

Post 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
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: how to: luxcore UI resumable rendering

Post 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.
Support LuxCoreRender project with salts and bounties
arescet
Posts: 43
Joined: Tue Jun 25, 2019 10:29 pm

Re: how to: luxcore UI resumable rendering

Post 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
arescet
Posts: 43
Joined: Tue Jun 25, 2019 10:29 pm

Re: how to: luxcore UI resumable rendering

Post 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:
Post Reply