Page 1 of 1

How can I use External UI with Luxcore in Blender?

Posted: Wed May 22, 2019 10:03 am
by Honeyradiance
With the latest BlendLuxCore 2.1, I would like to be able to export to an external LuxCoreRender UI. I downloaded both LuxCoreRender 2.1 itself AND the Blender plugin, but these seem to be separate animals. Nothing about "Path to Luxrender anymore."

The reason why I want to use an external UI: Because then I can pause the render, stop the render and start up later, save the FLM to disk, resume it later, etc. I really liked this functionality in 1.x. How can I export Blender files to an external UI?

Re: How can I use External UI with Luxcore in Blender?

Posted: Wed May 22, 2019 10:19 am
by Dade

Re: How can I use External UI with Luxcore in Blender?

Posted: Wed May 22, 2019 10:38 am
by Fox
In the exporter panel find the "only write luxcore scene", there from Binary go to Text.
Select folder where to export just under only write luxcore scene.

Then hit render.

The exporting is finished when you see text "exported to" and under that Peak Memory usage.

Resuming from film does not work. You can only resume from rsm file.
After exporting scene from blender, find the file render.cfg. The file looks nasty in Windows, open it with WordPad and hit save, there you get line endings. Now you can go and open the file with notepad. In render.cfg add this lines (period is in seconds 3600 is 1 hour):

Code: Select all

screen.tool.type = IMAGE_VIEW
periodicsave.resumerendering.filename = resume.rsm
periodicsave.resumerendering.period = 3600
resumerendering.filesafe = 1
periodicsave.film.filename = "film.flm"
periodicsave.film.period = 3600
film.safesave = 1
periodicsave.film.outputs.period = 3600
film.outputs.safesave = 1

Re: How can I use External UI with Luxcore in Blender?

Posted: Thu May 23, 2019 12:52 am
by Honeyradiance
Thanks for your help! But I'm using Linux.

Re: How can I use External UI with Luxcore in Blender?

Posted: Thu May 23, 2019 8:01 am
by nigec
it doesn't matter the cfg file is cross platform, any text editor should be fine
if you've downloaded Standalone release v2.1 there is an application called luxcoreui
I'd test the export from Blender first and see how it works :)