Block a user
64ad802abe
Use dimension offset to scramble subsurface random walk instead
6c4cbce5d7
Rename rng_hash to rng_pixel
Cycles: Implement blue-noise dithered sampling
New update, this time:
- Rebased to latest
main
- The Sobol mask optimization is back for T-S
- The Cascade mode is gone since it's pointless
- Blue Noise works for baking now
The…
b058a3f2b8
Handle baking
b33db5a525
Cycles: Implement blue-noise dithered sampling
20d62d3805
Fix: Crash when toggling compositor device
b5389f32c8
UI: Fix polling in sequencer preview overlays
1fe8fbd93a
UI: Reorganize mesh sculpt mode menus
Cycles: Add debugging option to load custom OIDN weights
I overlooked that the GPU denoising codepath is separate, the PR now also covers that. I'm pretty sure that there's potential for deduplication here in general, but that can come later.
dcc51f2a4f
Cycles: Add debugging option to load custom OIDN weights
20d62d3805
Fix: Crash when toggling compositor device
b5389f32c8
UI: Fix polling in sequencer preview overlays
1fe8fbd93a
UI: Reorganize mesh sculpt mode menus
a26031ed9b
Fix #122652: Clicking offline status icon enabled online access
Cycles: Implement blue-noise dithered sampling
Alright, here's the big data dump.
I've used five test locations: The side door (bmwdoor
) and the windshield (bmwwindow
) of the BMW scene, the white wall with direct lighting (`dioramadirect…
Cycles: Add debugging option to load custom OIDN weights
d002703484
PyAPI: fixes for defining operator macros
a700fdc163
Fix class methods being excluded from the Python API docs
90d513f7d3
Cleanup: improve checks for function types for RNA introspection
20d506941b
Cleanup: comments in sphinx doc generation
5f5d851d13
WM: add extra check for Python operator names
c64409fa7c
Cycles: Add debugging option to load custom OIDN weights
d002703484
PyAPI: fixes for defining operator macros
a700fdc163
Fix class methods being excluded from the Python API docs
90d513f7d3
Cleanup: improve checks for function types for RNA introspection
20d506941b
Cleanup: comments in sphinx doc generation
Lukas Stockner
created branch oidn-custom-weights in LukasStockner/blender
2024-06-01 11:25:49 +02:00
Cycles: Various fixes for small area lights
Yeah, the math functions on Metal are weird. To be honest, I suspect that it's just a case where initially some functions were disabled since they are builtin on Metal (e.g. distance()
) and then…
8e559f73bc
Make sqr() for float4 available in Metal
93c36fd7cc
Add some tolerance to the area light UV checks
8cf6a07c1b
Add fallback option for small solid angle case
302a55ae05
Small tweaks to the spherical rectangle sampling
133d6b1a33
Cleanup: Compiler warnings