Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang pushed to main at blender/blender 2024-06-04 23:38:02 +02:00
2ddc936cbb Cleanup: simplify computation in Cycles area light sampling
Weizhen Huang merged pull request blender/blender#122740 2024-06-04 23:38:02 +02:00
Cleanup: simplify computation in Cycles area light sampling
Weizhen Huang pushed to simplify_area_light_nz at weizhen/blender 2024-06-04 23:02:32 +02:00
4ebedf22cb Define /= for float4
Weizhen Huang pushed to simplify_area_light_nz at weizhen/blender 2024-06-04 21:49:02 +02:00
dcec08edad Use / instead of rcp
Weizhen Huang pushed to simplify_area_light_nz at weizhen/blender 2024-06-04 21:42:53 +02:00
3035ea94ba Make rcp() for float4 available on METAL
0d501ec959 Cleanup: simplify computation in Cycles area light sampling
ccdba13492 Compositor: remove viewer crosshair to set tile priority
6521577e4a Fix compositor crop gizmo ignores offset
b28abfaad4 glTF: Bump version after recent update for EEVEE
Compare 8 commits »
Weizhen Huang created pull request blender/blender#122740 2024-06-04 20:45:06 +02:00
Cleanup: simplify computation in Cycles area light sampling
Weizhen Huang created branch simplify_area_light_nz in weizhen/blender 2024-06-04 20:43:38 +02:00
Weizhen Huang pushed to simplify_area_light_nz at weizhen/blender 2024-06-04 20:43:38 +02:00
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
Compare 10 commits »
Weizhen Huang deleted branch spot_tree_blend from weizhen/blender 2024-06-03 23:33:45 +02:00
Weizhen Huang merged pull request blender/blender#122667 2024-06-03 23:33:42 +02:00
Cycles: improve light tree with large spot blend
Weizhen Huang pushed to main at blender/blender 2024-06-03 23:33:40 +02:00
296ac0e9ef Cycles: improve light tree with large spot blend
Weizhen Huang approved blender/blender#122323 2024-06-03 23:32:20 +02:00
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.

Weizhen Huang commented on pull request blender/blender#122323 2024-06-03 23:32:19 +02:00
Cycles: Various fixes for small area lights

... is viewed from grazing angles.

Weizhen Huang commented on pull request blender/blender#122323 2024-06-03 23:32:18 +02:00
Cycles: Various fixes for small area lights

len(dir) gives the same value and is more concise.

Weizhen Huang pushed to spot_tree_blend at weizhen/blender 2024-06-03 17:39:40 +02:00
5e5c13a748 Cycles: improve light tree with large spot blend
Weizhen Huang commented on pull request blender/blender#122667 2024-06-03 17:36:25 +02:00
Cycles: improve light tree with large spot blend

Comparison (radius = 0, blend = 1, spp = 4):

Weizhen Huang created pull request blender/blender#122667 2024-06-03 17:16:45 +02:00
Cycles: improve light tree with large spot blend