Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang commented on issue blender/blender#110380 2024-06-28 12:58:28 +02:00
Volume inside volume blockings artifacts

Changing the density of Volume to a constant doesn't show artifacts, so this is likely a duplicate of #115871. But I'm not sure because there are many problems with overlapping volumes, so I'll…

Weizhen Huang reopened issue blender/blender#110380 2024-06-28 12:34:21 +02:00
Volume inside volume blockings artifacts
Weizhen Huang closed issue blender/blender#101397 2024-06-27 17:55:09 +02:00
Weird Shading with Multiscatter GGX
Weizhen Huang closed issue blender/blender#95268 2024-06-27 17:49:46 +02:00
Mesh to Volume intersection artifacts
Weizhen Huang commented on issue blender/blender#95268 2024-06-27 17:49:29 +02:00
Mesh to Volume intersection artifacts

Fixed by 02e6985c628bbf7802c54ee5c55666ed57d058bc

Weizhen Huang commented on issue blender/blender#108630 2024-06-26 13:04:05 +02:00
Cycles: Hair is not rendered in front of images

The image is drawn by overlay with its own depth pass, which does not contain the depth info of hairs because the rendering would be different than Cycles. To fix the problem, Cycles should…

Weizhen Huang commented on issue blender/blender#107106 2024-06-26 11:15:56 +02:00
Cycles does not respect Holdout option around Grease Pencil objects

The reason is that Grease Pencil object needs the depth info, but Cycles does not write any data pass for holdout object.

The easiest fix would be just to write the depth pass for holdout too,…

Weizhen Huang closed issue blender/blender#107589 2024-06-25 22:05:27 +02:00
Regression: Failure to render stereoscopy correctly in background (rendering of curve objects with cycles and motion blur)
Weizhen Huang pushed to main at blender/blender 2024-06-25 18:58:15 +02:00
e49fda3ff8 Merge branch 'blender-v4.2-release'
02e6985c62 Fix #94323: Cycles blocky artifacts in overlapping volumes due to scale difference
Compare 2 commits »
Weizhen Huang deleted branch fix-overlapping-volume-94323 from weizhen/blender 2024-06-25 18:49:46 +02:00
Weizhen Huang closed issue blender/blender#94323 2024-06-25 18:49:43 +02:00
VBD inside Volume-Scatter Object produces blurry/blocky Artifacts
Weizhen Huang merged pull request blender/blender#123733 2024-06-25 18:49:39 +02:00
Fix #94323: Cycles blocky artifacts due to scale difference of overlapping volumes
Weizhen Huang pushed to blender-v4.2-release at blender/blender 2024-06-25 18:49:39 +02:00
02e6985c62 Fix #94323: Cycles blocky artifacts in overlapping volumes due to scale difference
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 »