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()
How to save denoised image with script
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.
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.