Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang pushed to spot_tree_blend at weizhen/blender 2024-06-03 17:07:48 +02:00
56e0fa98ab Cycles: improve light tree with large spot blend
Weizhen Huang pushed to spot_tree_blend at weizhen/blender 2024-06-03 17:05:34 +02:00
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
Compare 10 commits »
Weizhen Huang created branch spot_tree_blend in weizhen/blender 2024-06-03 17:05:34 +02:00
Weizhen Huang pushed to restir at weizhen/blender 2024-06-03 11:57:17 +02:00
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
Compare 406 commits »
Weizhen Huang pushed to main at weizhen/.profile 2024-06-03 10:56:53 +02:00
ce876ba2ae Update reports/2024.md
Weizhen Huang pushed to restir at weizhen/blender 2024-06-02 17:16:27 +02:00
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
Compare 8 commits »
Weizhen Huang commented on issue blender/blender#122362 2024-05-29 17:57:45 +02:00
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.

Weizhen Huang commented on issue blender/blender#122362 2024-05-29 12:39:37 +02:00
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…

Weizhen Huang closed issue blender/blender#122190 2024-05-28 18:54:55 +02:00
Regression: Default scene with default cube in Cycles is broken
Weizhen Huang commented on issue blender/blender#122190 2024-05-28 18:54:50 +02:00
Regression: Default scene with default cube in Cycles is broken

It was caused by 108ab1df2d3d79cdaaa2b0e364144a56521f27b9, but the commit has been reverted and the problem does not appear in the current main.

Weizhen Huang commented on pull request blender/blender#122323 2024-05-28 11:56:04 +02:00
Cycles: Various fixes for small area lights

Do you plan to push the commits separately? As I understand, the first and the third commits are essentially cleanups, they look fine to me and can be committed. The second one changes the…

Weizhen Huang pushed to restir at weizhen/blender 2024-05-27 10:19:13 +02:00
d1ebc8d202 WIP: add PT Reservoir
6c47032803 Refactor: do not initialize intersection kernel when restirring
c71a5ef974 Refactor: move reservoir passes outside of data passes
1bcf51e232 Refactor: merge initial and spatial resampling flag into one
ab1b16299d Move BSDF sampling loop outside of direct_light()
Compare 407 commits »
Weizhen Huang pushed to main at weizhen/.profile 2024-05-27 09:56:49 +02:00
7fd72a3a6a Update reports/2024.md
Weizhen Huang pushed to main at blender/blender 2024-05-27 09:35:49 +02:00
4708e9ec6d Fix #114780: Cycles: Principled Chiang Hair importance sampling correction
Weizhen Huang closed issue blender/blender#114780 2024-05-27 09:35:48 +02:00
Improve Principled Hair Chiang importance sampling for tilt
Weizhen Huang merged pull request blender/blender#115241 2024-05-27 09:35:45 +02:00
Fix #114780: Cycles: Principled Chiang Hair importance sampling correction
Weizhen Huang pushed to cycles-114780_chiang-hair at HamilcarR/blender 2024-05-27 09:33:36 +02:00
f78de02e61 Cleanup: remove empty line
Weizhen Huang pushed to cycles-114780_chiang-hair at HamilcarR/blender 2024-05-27 09:31:39 +02:00
b683e39bc4 Cleanup: make format
Weizhen Huang pushed to cycles-114780_chiang-hair at HamilcarR/blender 2024-05-27 09:28:01 +02:00
4e5344fd61 Update tests/data
2962db108e Merge remote-tracking branch 'origin' into cycles-114780_chiang-hair
7911e2614f Cleanup: remove redundant check in image as planes
b5003fa56c Support "Add -> Image -> Mesh Plane" as a built-in operator
580ddfbd4b Cleanup: remove outdated reference to "derived" mesh
Compare 1021 commits »
Weizhen Huang pushed to main at blender/blender-test-data 2024-05-27 09:27:21 +02:00
753727081d Cycles: Update hair test result due to changes in importance sampling