Out of Core.How its work

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.
Post Reply
PetrT
Posts: 81
Joined: Sun Dec 02, 2018 6:13 pm
Location: Russia
Contact:

Out of Core.How its work

Post by PetrT »

Hi
Try to use Out of Core
Can not figured out how to set up to render it right
In this mode it renders by 16*16 tiles but how to set render full image
If set in halt conditions for example 600 samples
it indicates and render 600 tiles
Is it description how to use it
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Out of Core.How its work

Post by Dade »

PetrT wrote: Thu Jun 04, 2020 1:56 pm In this mode it renders by 16*16 tiles but how to set render full image
It should render something similar to one tile at time, doesn't it ?
Support LuxCoreRender project with salts and bounties
PetrT
Posts: 81
Joined: Sun Dec 02, 2018 6:13 pm
Location: Russia
Contact:

Re: Out of Core.How its work

Post by PetrT »

it renders part of image
16*16 its my opinion may be i am wrong
but the question is how to set params of render panel to render it full
because if halt condition set to 600 samples
and supersampling 16 it renders about half of image 1080*1080
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Out of Core.How its work

Post by Dade »

PetrT wrote: Thu Jun 04, 2020 2:12 pm it renders part of image
16*16 its my opinion may be i am wrong
but the question is how to set params of render panel to render it full
because if halt condition set to 600 samples
and supersampling 16 it renders about half of image 1080*1080
Under the "Sampling" panel there is the information of how many samples per pass you are going to have:

pass.jpg

So you can use an halt condition of 512, 1024, etc. with the default settings.
Support LuxCoreRender project with salts and bounties
PetrT
Posts: 81
Joined: Sun Dec 02, 2018 6:13 pm
Location: Russia
Contact:

Re: Out of Core.How its work

Post by PetrT »

ok
made some tests
and if only GPU used it works well
CPU+GPU part of image is not rendered
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Out of Core.How its work

Post by Dade »

PetrT wrote: Thu Jun 04, 2020 3:32 pm CPU+GPU part of image is not rendered
Yes, it is a known problem, it is not possible to known the amount of samples for CPUs+GPUs.
Support LuxCoreRender project with salts and bounties
PetrT
Posts: 81
Joined: Sun Dec 02, 2018 6:13 pm
Location: Russia
Contact:

Re: Out of Core.How its work

Post by PetrT »

Thank you
This makes this situation clear
Post Reply