summaryrefslogtreecommitdiff
path: root/modules/denoise/config.py
AgeCommit message (Collapse)Author
2020-06-29[macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg
2020-06-06denoise: Restrict build to 64-bit desktop platformsRĂ©mi Verschelde
One of OIDN's dependencies only supports x86_64 and aarch64. For now we also exclude potential future Android tools builds, but this could be re-evaluated in the future. Fixes #38759.
2020-05-10New lightmapperJuan Linietsky
-Added LocalVector (needed it) -Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too) -Fixes and changes all around the place -Added library for 128 bits fixed point (required for Delaunay3D)