Search found 1 match

by zbjoctane
Wed Jan 16, 2019 5:46 am
Forum: Demo Version Questions & Discussion
Topic: How to save denoised image with script
Replies: 0
Views: 765

How to save denoised image with script

version: OctaneRender Demo 4.00

below is my script,i got a image , but with many noisy points。

local sceneGraph = octane.project.getSceneGraph()
gSettings = {
saveDeBeautyAsMain = true
}
RTnodes = sceneGraph:findNodes(octane.NT_RENDERTARGET, true)
print(unpack(RTnodes))
saveDeBeautyAsMain = true ...

Go to advanced search