How to save denoised image with script

A public forum for discussing and asking questions about the demo version of Octane Render.
Forum rules
For new users: this forum is moderated. Your first post will appear only after it has been reviewed by a moderator, so it will not show up immediately.
This is necessary to avoid this forum being flooded by spam.
Post Reply
zbjoctane
Posts: 1
Joined: Wed Jan 16, 2019 5:40 am

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
result = octane.render.start({ renderTargetNode = unpack(RTnodes) ,gSeetings})
octane.imageSaveType = 1
octane.image.save(result.image,"D:\\test.png")
octane.render.reset()
Post Reply

Return to “Demo Version Questions & Discussion”