Closed C64Gamer closed 4 years ago
Have found the problem in urlutils.py
URL = "https://www.googleapis.com/drive/v3/files/1xTttPPtDWVeVQBZ5IvgphLMzfMqGwbiZ/?key=AIzaSyAeQC-x72dJTVWT6z_BqMescy4y26GG-aY&alt=media" FILE_NAME = "DNOISE_OptiXBinaries.zip"
The max download quota from the google link is reached:
{ "error": { "errors": [ { "domain": "global", "reason": "downloadQuotaExceeded", "message": "The download quota for this file has been exceeded." } ], "code": 403, "message": "The download quota for this file has been exceeded." } }
Can you reupload it and implement a new link ?
I've managed to get the files OK from nvidia (you need to register as a developer, but it's free) - https://developer.nvidia.com/designworks/optix/beta-download. But I can't find where to install them to. I went with the default settings and Blender isn't picking up that they're there. Where is Blender expecting to find these files?
Same problem here!
Have a look here: https://github.com/grantwilk/d-noise/issues/64#issuecomment-605392872
D-NOISE has been deprecated! The OptiX AI Denoiser is now natively included in Blender 2.82. that is what is written here: https://remingtongraphics.net/tools/d-noise/
After installing the addon in blender 2.82.7 I was not able to download and install the "OptiX" binaries.
The button Install OptiX Binaries in the preferences is doing nothing. It asks This will download a 243MB file. Continue? After a click in "OK" nothing happend.