Large scne 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.
Post Reply
kumaran7
Posts: 37
Joined: Mon May 21, 2018 5:48 pm

Large scne rendering

Post by kumaran7 »

How to render large scene without filling ram memory.
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Large scne rendering

Post 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.
Support LuxCoreRender project with salts and bounties
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Large scne rendering

Post 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.
kumaran7
Posts: 37
Joined: Mon May 21, 2018 5:48 pm

Re: Large scne rendering

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

Re: Large scne rendering

Post 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).
Support LuxCoreRender project with salts and bounties
kumaran7
Posts: 37
Joined: Mon May 21, 2018 5:48 pm

Re: Large scne rendering

Post by kumaran7 »

Thank you
Post Reply