Block a user
Cleanup: simplify computation in Cycles area light sampling
22d0422b21
Cleanup: simplify computation in Cycles area light sampling
f5131cdee0
Fix #122411: Sub-panels Not Clickable When Popover is Scaled
dd9ea5de6b
Sculpt: Adjust Extrude Mode option descriptions
ed998449d4
Cleanup: Remove redundant prefixes in sculpt_boundary.cc
bf02cead33
Cleanup: Remove redundant prefixes in sculpt_expand.cc
Cycles: improve light tree with large spot blend
Cycles: Various fixes for small area lights
I believe approximating with area pdf is fine at small angles. With Taylor expansion you need to find the near-identical pairs if only one dimension is significantly small, probably doesn't worth the effort.
Cycles: improve light tree with large spot blend
bed79a584d
Cycles: improve light tree with large spot blend
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
99d40ad3a9
Simply blur all neighboring reservoirs without re-evaluating
470e1ec7fd
Add dummy spatial resampling pipeline for PT
44af1922da
Record reconnection vertex
d6b56b4e9e
Fix using the same random numbers in all spatial iterations
3cc1257374
Cleanup: remove unused non-pairwise streaming function
409d2ec1f1
Simply blur all neighboring reservoirs without re-evaluating
8b2cb9069b
Add dummy spatial resampling pipeline for PT
62a0c68f0a
Record reconnection vertex
cb447c4784
Fix using the same random numbers in all spatial iterations
05331108f5
Cleanup: remove unused non-pairwise streaming function
Cycles: Incorrect render with Light Trees in certain setups
We could put it in light_tree_emitter_importance()
or spot_light_tree_parameters()
. I can have a look.
Cycles: Incorrect render with Light Trees in certain setups
You mean when the blend goes to 1? Yes the light tree does not take the blend into consideration, because it only knows the shape of the cone and the total energy inside, it does not consider if…