Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang commented on issue blender/blender#108992 2024-08-19 18:20:46 +02:00
Cycles: Ambient Occlusion not working with OptiX OSL

The darker droplets is because you mix with black based on ambient occlusion, and the pool is occuluded by the droplets <img width="297" alt="image" src="attachments/0ce91947-aa7c-403a-90ad-c51c6…

Weizhen Huang commented on issue blender/blender#104275 2024-08-19 17:39:01 +02:00
Cycles strands always use rounded normals even with custom Normal input to BSDF

This is the same issue as bump mapping: when the geometry normal and the shading normal differ, the reflected ray might go below the surface and get discarded. By taking the absolute value of the…

Weizhen Huang deleted branch volume-shadow-visibility from blender/blender-test-data 2024-08-19 15:53:39 +02:00
Weizhen Huang pushed to main at blender/blender 2024-08-19 15:53:03 +02:00
be0d2e19b5 Fix #115998: Cycles volume too dark when shadow ray visibility is off
Weizhen Huang deleted branch fix-volume-shadow-visibility from weizhen/blender 2024-08-19 15:53:02 +02:00
Weizhen Huang closed issue blender/blender#115998 2024-08-19 15:53:01 +02:00
too dark objects inside a volume object with shadows disabled (cycles)
Weizhen Huang merged pull request blender/blender#126139 2024-08-19 15:52:58 +02:00
Fix #115998: Cycles volume too dark when shadow ray visibility is off
Weizhen Huang pushed to main at blender/blender-test-data 2024-08-19 15:52:10 +02:00
528aadad4b Cycles: Update test images due to changes of shadow visibility in volume
Weizhen Huang pushed to fix-volume-shadow-visibility at weizhen/blender 2024-08-19 14:58:58 +02:00
0ba93fcba3 update test images
Weizhen Huang pushed to volume-shadow-visibility at blender/blender-test-data 2024-08-19 14:58:01 +02:00
528aadad4b Cycles: Update test images due to changes of shadow visibility in volume
Weizhen Huang created branch volume-shadow-visibility in blender/blender-test-data 2024-08-19 14:58:01 +02:00
Weizhen Huang pushed to fix-volume-shadow-visibility at weizhen/blender 2024-08-19 14:46:31 +02:00
e2358fbdbb address review
Weizhen Huang pushed to fix-volume-shadow-visibility at weizhen/blender 2024-08-19 14:44:50 +02:00
a5b8165b59 Fix #115998: Cycles volume too dark when shadow ray visibility is off
51461d0561 Cleanup: Spelling of data-block in a comment
1a07c08718 GPv3: Eyedropper tool
ba61fc9326 Compositor: Allow delayed typing for results
975dcea23f OpenGL: Enable High Quality Normals for Legacy AMD Drivers
Compare 244 commits »
Weizhen Huang commented on issue blender/blender#126479 2024-08-19 11:07:48 +02:00
Cycles: "Ray Length" and "Ray Portals" interact oddly

Interaction with Ray Portal counts as a transparent bounce, here the ray length is the distance between the portal and the object.

Weizhen Huang commented on pull request blender/blender#126139 2024-08-15 16:47:13 +02:00
Fix #115998: Cycles volume too dark when shadow ray visibility is off

path_state_ray_visibility() requires ConstIntegratorState and state->path, but volume_shader_eval() uses ConstIntegratorGenericState and might require shadow_state->shadow_path, I can…

Weizhen Huang closed issue blender/blender#119941 2024-08-13 21:05:54 +02:00
Crash playing back a certain geometry node animation
Weizhen Huang commented on issue blender/blender#119941 2024-08-13 21:05:50 +02:00
Crash playing back a certain geometry node animation

@Sirgienko might have more knowledge regarding the crash in rtcSetSharedGeometryBuffer(). I see there is a comment about padding, but after removing the + 1 the scene doesn't seem to crash in…

Weizhen Huang pushed to main at blender/blender 2024-08-13 16:49:54 +02:00
a3b0c68ca9 Fix #123634: Missing 3D curve intersections with Metal BVH2
Weizhen Huang closed issue blender/blender#123634 2024-08-13 16:49:52 +02:00
Cycles 3D Curves missing some intersections using Metal