Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang pushed to fix-overlapping-volume-94323 at weizhen/blender 2024-06-25 18:38:09 +02:00
75dc7e4859 Scale svm volume emission
Weizhen Huang pushed to fix-overlapping-volume-94323 at weizhen/blender 2024-06-25 18:22:55 +02:00
d74918f9c7 Move OSL part into individual closure setup functions
Weizhen Huang commented on pull request blender/blender#123733 2024-06-25 16:57:29 +02:00
Fix #94323: Cycles blocky artifacts due to scale difference of overlapping volumes

There is osl_closure_emission_setup() too which sets volume emission, I was not sure where to detect it's a volume. sd->flag & SD_HAS_VOLUME inside osl_closure_emission_setup() is fine?

Weizhen Huang commented on pull request blender/blender#123733 2024-06-25 16:27:37 +02:00
Fix #94323: Cycles blocky artifacts due to scale difference of overlapping volumes

Assigning entry.object/entry.shader to sd.object/sd.shader is in general problematic. While this patch fixes the report, other issues might still exist where sd.object is used in…

Weizhen Huang commented on pull request blender/blender#123733 2024-06-25 16:27:27 +02:00
Fix #94323: Cycles blocky artifacts due to scale difference of overlapping volumes

The original file is quite large, here is a smaller file which demonstrates the issue.

Weizhen Huang created pull request blender/blender#123733 2024-06-25 16:24:33 +02:00
Fix #94323: Cycles blocky artifacts due to scale difference of overlapping volumes
Weizhen Huang pushed to fix-overlapping-volume-94323 at weizhen/blender 2024-06-25 16:22:14 +02:00
c574280ff7 Fix #94323: Cycles blocky artifacts due to scale difference of overlapping volumes
b8587c96ec Fix #120628: Transfer mode overlay flickering artifacts
36060eda49 UI: Extensions: Show the correct URL icon for extension links
90dc001a56 UI: Extensions: Remove "Enabled" section, use sorting instead
f16cf49c8a Cleanup: EEVEE: Clarify Jitter Camera tooltip
Compare 10 commits »
Weizhen Huang created branch fix-overlapping-volume-94323 in weizhen/blender 2024-06-25 16:22:13 +02:00
Weizhen Huang commented on pull request blender/blender#123532 2024-06-24 14:28:47 +02:00
Cycles: Additional scattering phase functions

It would be nice if you

  1. Add a reference link (paper, textbook, webpage, whatever) to each phase function you implemented, so that we know what these equations are based on and it will be…
Weizhen Huang pushed to main at blender/blender-developer-docs 2024-06-24 13:05:37 +02:00
939efa6e14 Update docs/release_notes/4.2/cycles.md
Weizhen Huang pushed to main at blender/blender 2024-06-24 12:57:58 +02:00
f4afd404e5 Merge branch 'blender-v4.2-release'
6fbc958e89 Fix: Cycles Light Tree gives low weight to distant lights in large volume
Compare 2 commits »
Weizhen Huang pushed to main at blender/blender-test-data 2024-06-24 12:53:13 +02:00
e51bf7d431 Merge branch 'blender-v4.2-release'
218087daf8 Cycles: update volume tests due to changes in Light Tree
Compare 2 commits »
Weizhen Huang deleted branch fix-light-tree-in-large-volume-4.2 from weizhen/blender 2024-06-24 12:48:23 +02:00
Weizhen Huang merged pull request blender/blender#123537 2024-06-24 12:48:21 +02:00
Fix: Cycles Light Tree gives low weight to distant lights in large volume
Weizhen Huang pushed to blender-v4.2-release at blender/blender 2024-06-24 12:48:20 +02:00
6fbc958e89 Fix: Cycles Light Tree gives low weight to distant lights in large volume
Weizhen Huang pushed to fix-light-tree-in-large-volume-4.2 at weizhen/blender 2024-06-24 12:47:38 +02:00
d50bfb70a8 Fix: Cycles Light Tree gives low weight to distant lights in large volume
Weizhen Huang deleted branch volume-test-update from blender/blender-test-data 2024-06-24 12:45:52 +02:00
Weizhen Huang pushed to blender-v4.2-release at blender/blender-test-data 2024-06-24 12:45:52 +02:00
218087daf8 Cycles: update volume tests due to changes in Light Tree
Weizhen Huang merged pull request blender/blender-test-data#4 2024-06-24 12:45:50 +02:00
Cycles: update volume tests due to changes in Light Tree
Weizhen Huang created pull request blender/blender-test-data#4 2024-06-24 12:45:10 +02:00
Cycles: update volume tests due to changes in Light Tree