Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang pushed to main at blender/blender 2023-08-04 16:32:41 +02:00
c36eccfae9 Nodes: Copy socket values with the same identifier instead of name
Weizhen Huang pushed to microfacet_hair at weizhen/blender 2023-08-04 12:57:42 +02:00
cc9c70d9ef Merge principled hair and microfacet hair in one shader node
Weizhen Huang created pull request blender/blender#110792 2023-08-04 12:53:34 +02:00
Nodes: Copy socket values with the same identifier instead of name
Weizhen Huang created branch copy_identifier in weizhen/blender 2023-08-04 12:50:44 +02:00
Weizhen Huang pushed to copy_identifier at weizhen/blender 2023-08-04 12:50:44 +02:00
91338d041c Nodes: Copy socket values with the same identifier instead of name
1f612605ab Fix #110732: blender_theme_as_c fails fails with error
1e1f4db8b6 Tools: add 'diff' and 'email' attrs to git_log utility module
ed6e24b176 Fix resource leak in git_log utility module
9ba38d5bb6 License checker: scan paths "*.inl;*.ch;*.osl;*.metal;*.tables"
Compare 10 commits »
Weizhen Huang pushed to microfacet_hair at weizhen/blender 2023-08-02 19:44:47 +02:00
b5eca9c2c5 Merge remote-tracking branch 'origin' into microfacet_hair
b655571f70 Render: Make GPU compositor a BaseRender method
5d0c355b5f Cleanup: Unsafe mix of type warning
c3685fe068 Cleanup: Sculpt: Use consistent operator function names
29a338811c Fix #110411: Mesh loop cut preview uses final instead of cage positions
Compare 1841 commits »
Weizhen Huang pushed to spectral_cycles at weizhen/blender 2023-08-02 12:16:07 +02:00
cb1b7c7a53 WIP: weight paths by the pdf to reduce color noise
Weizhen Huang pushed to spectral_cycles at weizhen/blender 2023-08-01 19:33:53 +02:00
cbbf82761b WIP: weight paths by the pdf to reduce color noise
b720a8b9c2 Cleanup: handle reflective and refractive lobes in microfacet_fresnel()
Compare 2 commits »
Weizhen Huang pushed to spectral_cycles at weizhen/blender 2023-07-31 19:00:42 +02:00
807d86eee5 Change pdf type from float to Spectrum
Weizhen Huang suggested changes for blender/blender#110307 2023-07-31 14:24:27 +02:00
Fix #110255: Cover up CPU/GPU differences with small suns in light tree

Such value seems quite arbitrary, I would lean towards assigning 1 to cos_theta when isequal(bcone.axis, -point_to_centroid) and comment that dot product doesn't necessarily returns 1 in such cases due to precision issue.

Weizhen Huang commented on pull request blender/blender#110307 2023-07-31 14:24:26 +02:00
Fix #110255: Cover up CPU/GPU differences with small suns in light tree

Please keep this comment, thank you.

Weizhen Huang pushed to main at blender/blender 2023-07-31 10:56:23 +02:00
462dbe9929 Fix NaN in Cycles light tree bone.axis
Weizhen Huang merged pull request blender/blender#110374 2023-07-31 10:56:22 +02:00
Cycles: Fix NaN in light tree bone.axis
Weizhen Huang pushed to fix-nan-light_tree at Alaska/blender 2023-07-31 10:53:07 +02:00
a4439f836a Merge branch 'main' into fix-nan-light_tree
18575e411b Cleanup: Cycles device_update_lights
1261272da7 Cleanup: Simplify get centroid in Cycles light tree builder
b40e8242ca GPv3 : Select circle/lasso grease pencil frames
52acf6a6ec Cleanup: correct file names in comments after C -> C++ renaming
Compare 245 commits »
Weizhen Huang merged pull request blender/blender#110377 2023-07-31 10:46:40 +02:00
Cycles: Cleanup device_update_lights
Weizhen Huang pushed to main at blender/blender 2023-07-31 10:46:39 +02:00
18575e411b Cleanup: Cycles device_update_lights
Weizhen Huang pushed to main at blender/blender 2023-07-31 10:40:48 +02:00
1261272da7 Cleanup: Simplify get centroid in Cycles light tree builder
Weizhen Huang merged pull request blender/blender#110376 2023-07-31 10:40:48 +02:00
Cleanup: Cycles light tree builder, simplify get centroid