Page 1 of 1

Large scne rendering

Posted: Tue Feb 26, 2019 4:17 am
by kumaran7
How to render large scene without filling ram memory.

Re: Large scne rendering

Posted: Tue Feb 26, 2019 10:33 am
by Dade
kumaran7 wrote: Tue Feb 26, 2019 4:17 am How to render large scene without filling ram memory.
Using instanced objects (where applicable) is usually the best way to save ram if the scene has a lot of polygons. Tile rendering can help to save ram if you are rendering at high resolutions. Exporting the scene on file, closing Blender and than using LuxCoreUI for the rendering is another option.

Re: Large scne rendering

Posted: Tue Feb 26, 2019 10:50 am
by B.Y.O.B.
You should also check if you can downscale some textures without impacting the quality of the render. For example, if a textured object is far a way from the camera, it might be acceptable to use lower resolutions for the textures.

Re: Large scne rendering

Posted: Thu Feb 28, 2019 4:28 am
by kumaran7
Thankyou guys ill try exporting scene to luxcore external render.but how to enable intel denoicer in luxcore external and how to save the final output??

Re: Large scne rendering

Posted: Thu Feb 28, 2019 9:42 am
by Dade
kumaran7 wrote: Thu Feb 28, 2019 4:28 am Thankyou guys ill try exporting scene to luxcore external render.but how to enable intel denoicer in luxcore external and how to save the final output??
It will be already configured as a second pipeline and output so if you click on menu Film => Save Outputs, you should get 2 files: RGB_IMAGEPIPELINE_0.png and RGB_IMAGEPIPELINE_1.png (the second will be the denoised output).

Re: Large scne rendering

Posted: Sat Mar 02, 2019 5:07 am
by kumaran7
Thank you