Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang closed issue blender/blender#115997 2024-02-22 12:24:29 +01:00
Cycles: Certain Emission Sampling settings will render differently between Light Tree On vs Off
Weizhen Huang merged pull request blender/blender#118534 2024-02-22 12:24:25 +01:00
Fix #115997: Emission sampling setting ignored when not using light tree
Weizhen Huang pushed to blender-v4.1-release at blender/blender 2024-02-22 12:24:25 +01:00
0007c7a6b2 Fix #115997: Emission sampling setting ignored when not using light tree
Weizhen Huang pushed to fix-emission-sampling at weizhen/blender 2024-02-22 12:19:45 +01:00
f3ed59b32d Fix #115997: Emission sampling setting ignored when not using light tree
Weizhen Huang pushed to fix-emission-sampling at weizhen/blender 2024-02-22 12:18:38 +01:00
a03088edcd Fix #115997: Emission sampling setting ignored when not using light tree
20c729b902 Fix missing info space redraw when modal operators report while running
a1b95f69fa Revert "Fix #116082: support changing interface socket bl_socket_idname"
4c708a8c3e Linux: Avoid XDG_RUNTIME_DIR warnings running headless Blender
873472b747 Linux: Improve headless EGL initialization messages
Compare 12 commits »
Weizhen Huang pushed to main at blender/blender 2024-02-22 12:12:57 +01:00
6f4ef97962 Cleanup: avoid implicit conversion from int to float
ca389c7b56 Fix Principled Hair Huang wrong TIR condition
0550d864f1 Fix wrong roughness in Principled Hair Huang trrt+ component
Compare 3 commits »
Weizhen Huang pushed to main at weizhen/.profile 2024-02-21 23:18:47 +01:00
3c4f1d985a Update reports/2024.md
Weizhen Huang created pull request blender/blender#118584 2024-02-21 21:25:48 +01:00
Fix area light using MIS when the spread is zero
Weizhen Huang pushed to fix-area-light-mis at weizhen/blender 2024-02-21 21:24:16 +01:00
d8371c5a97 Fix area light using MIS when the spread is zero
b9419afdbf Fix: EEVEE-Next: Viewport region sync
f4f708a54f VSE: Skip rendering lower strips that are behind opaque strips above them
c3a2c536f8 EEVEE-Next: Do not use mip 1 for lightprobe sample in raytracing
ca8a7c7054 Merge branch 'blender-v4.1-release' into main
Compare 10 commits »
Weizhen Huang created branch fix-area-light-mis in weizhen/blender 2024-02-21 21:24:15 +01:00
Weizhen Huang commented on pull request blender/blender#118534 2024-02-20 20:44:37 +01:00
Fix #115997: Emission sampling setting ignored when not using light tree

My brain feels a bit muddy and could not figure out if !in_volume_segment needs to be tested here @brecht

Weizhen Huang created pull request blender/blender#118534 2024-02-20 20:42:40 +01:00
Fix #115997: Emission sampling setting ignored when not using light tree
Weizhen Huang pushed to fix-emission-sampling at weizhen/blender 2024-02-20 20:41:41 +01:00
ab7000e091 Fix #115997: Emission sampling setting ignored when not using light tree
95df77323f Make.bat: Only warn about python if the lib folder exists
de8d302e8b Cleanup: Use utility for finding index masks from group IDs
c28038d970 Merge branch 'blender-v4.1-release' into main
a3ffb51da6 Tests: Silence unnecessary oiiotool warning messages
Compare 10 commits »
Weizhen Huang created branch fix-emission-sampling in weizhen/blender 2024-02-20 20:41:41 +01:00
Weizhen Huang commented on issue blender/blender#114940 2024-02-19 20:33:10 +01:00
Principled shader clearcoat roughness inconsistent change from 0.0265 to 0.0266 (Cycles only)

This is because we have a threshold where we decide the surface is effectively smooth. Currently the value is 5e-7, which corresponds to 0.02659 in the UI. Apparently this value is not small…

Weizhen Huang commented on pull request blender/blender#116094 2024-02-12 20:34:49 +01:00
Cycles: Multi-scale Principled Hair Huang Model

For review:

The first three commits are just improvements/simplifications to make the following change easier. The commit messages should be enough to explain what they do. They will be…

Weizhen Huang pushed to hair-nearfield at weizhen/blender 2024-02-12 20:34:44 +01:00
54b431e76d Cycles: make Principled Hair Huang a near- and far-field model
Weizhen Huang pushed to hair-nearfield at weizhen/blender 2024-02-12 17:59:44 +01:00
d21f817e7e Cycles: make Principled Hair Huang a near- and far-field model
Weizhen Huang pushed to hair-nearfield at weizhen/blender 2024-02-12 17:47:15 +01:00
cd8450b2b2 Implement in OSL
Weizhen Huang pushed to hair-nearfield at weizhen/blender 2024-02-12 17:05:20 +01:00
9db4ada8de Simplify coverage computation