summaryrefslogtreecommitdiffstats
path: root/modules/denoise/resource_to_cpp.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove denoise module and thirdparty OIDN.Dario2023-09-251-68/+0
| | | | This is replaced by a much lighter weight and faster JNLM denoiser. OIDN is still much more accurate, and may be provided as an optional backend in the future, but the JNLM denoiser seems good enough for most use cases and removing OIDN reduces the build system complexity, binary size, and build times very significantly.
* CI: Update static checks to black 23.3.0Rémi Verschelde2023-06-191-1/+1
| | | | And apply it to the codebase, removing empty lines at the start of blocks.
* Remove unused Python imports.Marcel Admiraal2020-09-101-2/+0
|
* New lightmapperJuan Linietsky2020-05-101-0/+70
-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)