baoyu baoyu
  • Joined on 2020-05-14
baoyu closed issue blender/blender#93068 2023-09-04 04:35:08 +02:00
Cycles Transparent Shading BUG with rough Multiscatter GGX
baoyu commented on issue blender/blender#93068 2023-09-04 04:35:05 +02:00
Cycles Transparent Shading BUG with rough Multiscatter GGX

Resolved in 4.0 alpha ;)

baoyu commented on issue blender/blender#99087 2023-09-04 04:32:14 +02:00
Cycles fully transparent shader is brighter when a Clear Coat shader is behind it

I can confirm that this BUG still exists in the 4.0 alpha.

baoyu commented on issue blender/blender#96604 2023-09-03 09:06:14 +02:00
Multiscatter GGX Glass and Principled BSDF shows a seam in rendering that shouldn't be there

I closed my bug report as it's now been solved in 4.0 alpha.@Jesse Yurkovich #85259

baoyu closed issue blender/blender#85259 2023-09-03 09:03:00 +02:00
Multiscatter GGX artefacts for rough glass
baoyu commented on issue blender/blender#85259 2023-09-03 09:02:57 +02:00
Multiscatter GGX artefacts for rough glass

I can confirm this is solved, as the old mggx shading model code had been removed and replaced with a new approximated method.

baoyu commented on pull request blender/blender#111158 2023-08-22 06:22:55 +02:00
Principled BSDF: Change minimum IOR to 1.0

Thank you @Alaska for the demo! I did a comparison between your method and mine. image The difference is there, while I do see your method…

baoyu commented on pull request blender/blender#111158 2023-08-21 15:32:37 +02:00
Principled BSDF: Change minimum IOR to 1.0

IORs below 1.0 are used for nested dielectrics, and to get the right result you need to do some math to figure out the correct IOR value for the two interacting materials.

Can you share a…

baoyu commented on pull request blender/blender#106355 2023-07-27 15:44:31 +02:00
Replace Default OCIO config with AgX (Filmic v2)

For old-fashioned-and-will-to-self-color-managed-app, windows allow the user to bypass ACM like this. image

In ACM, apps want to display…

baoyu commented on pull request blender/blender#106355 2023-07-26 18:01:12 +02:00
Replace Default OCIO config with AgX (Filmic v2)

One of them is the virtual display. It would be nice to have a default option which will detect the actual monitor without user specifying an exact color space (which could even change when…

baoyu commented on issue blender/blender#105578 2023-03-09 07:35:23 +01:00
Realize Instances lost Z rotation of Curve Line in certain situations

But if you realize curves, their normals will be calculated with these rotations.

But if you substitute the straight-line curve with a bended one, the rotation will be kept after realization…