Does it still happen if you delete everything from the scene? If yes, can you send me that empty scene to vlado@chaosgroup.com so that we can check what’s wrong?
Your scene is setup with the old adaptive method - there is a warning for that in the log:
You can switch it in maxscript to the new one with “renderers.current.twoLevel_adaptiveMethod=1”, then the VRayDenoiser should generate everything as it should.
Thanks. I couldn’t see where to change the sampling method.
I think you guys might need to consider looking into the presets system - on the vray quick settings I saved some presets; perhaps these need to be interrogated in light of the new adaptive sampling?
V-Ray usually displays a notification message when opening scene saved with old algorithm along an option to update it automatically.
You can update the sampling method via the following MaxScript command:
renderers.current.twoLevel_adaptiveMethod=N
Regarding the presets, with what V-Ray version you’ve saved them initially?
The popup notification should appear if the scene is saved with version before 3.30.01.
If the scene is already re-saved with a newer version without choosing to update the settings it the warning won’t pop up again.