Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang commented on pull request blender/blender#127401 2024-11-14 15:09:31 +01:00
Cleanup: VSE effects never have 3 inputs, remove seq3 handling

This commit triggers an assertion when opening wdas_cloud.blend:

Read blend: "/Users/weizhen/blender-main/blender/tests/benchmarks/cycles/wdas_cloud/wdas_cloud.blend"
0   Blender         …
Weizhen Huang opened issue blender/blender#130268 2024-11-14 12:44:10 +01:00
Assertion: ID_REAL_USERS(related_id) == 0 triggered when animate property from Material panel
Weizhen Huang pushed to main at blender/blender-manual 2024-11-14 11:55:51 +01:00
883fc286bc Merge branch 'blender-v4.3-release'
810aca8fb1 Cycles: add common IOR range to Fournier Forand Volume Scatter
Compare 2 commits »
Weizhen Huang pushed to blender-v4.3-release at blender/blender-manual 2024-11-14 11:55:51 +01:00
810aca8fb1 Cycles: add common IOR range to Fournier Forand Volume Scatter
Weizhen Huang commented on pull request blender/blender#130234 2024-11-13 18:29:11 +01:00
Cycles: support Mie Scattering with particle size smaller than 5um

@LukasStockner Ah, I keep forgetting we have this OSL thing

Weizhen Huang commented on pull request blender/blender#130234 2024-11-13 18:13:21 +01:00
Cycles: support Mie Scattering with particle size smaller than 5um

Plot for the phase function (in log scale):

mie_scatter_phase.svg

Plot for the fitted parameters:

Note tha \alpha has a…

Weizhen Huang created pull request blender/blender#130234 2024-11-13 18:01:46 +01:00
Cycles: support Mie Scattering particle size 0 < d < 5
Weizhen Huang created branch mie-0-5 in weizhen/blender 2024-11-13 18:00:01 +01:00
Weizhen Huang pushed to mie-0-5 at weizhen/blender 2024-11-13 18:00:01 +01:00
e3c6062132 Cycles: support Mie Scattering particle size 0 < d < 5
73a4291ff9 Merge branch 'blender-v4.3-release'
87c990ca30 GPU: Add more explicit message for Mac + Nvidia platform
b1c86f26c9 Merge branch 'blender-v4.3-release'
209dc899ea Fix #128649: Tool icon in toolbar shrinked down with non HiDPI screens
Compare 10 commits »
Weizhen Huang pushed to main at blender/blender-manual 2024-11-13 13:58:00 +01:00
0a31ee3325 Merge branch 'blender-v4.3-release'
95490d1cd5 Cycles: add plot to volume scatter functions
c793fc6bea Fix: rendering issue in volume scatter
Compare 3 commits »
Weizhen Huang pushed to blender-v4.3-release at blender/blender-manual 2024-11-13 13:58:00 +01:00
95490d1cd5 Cycles: add plot to volume scatter functions
c793fc6bea Fix: rendering issue in volume scatter
Compare 2 commits »
Weizhen Huang commented on pull request blender/blender#123532 2024-11-13 10:27:59 +01:00
Cycles: Additional scattering phase functions

@Alexandre-Cardaillac Thanks a lot for the info. The link you posted only plot between n = 1 - 1.2, is that a more reasonable range? Or it could be higher? Another question I have is, is…

Weizhen Huang pushed to main at blender/blender-manual 2024-11-12 21:35:17 +01:00
d0318d98b9 Merge branch 'blender-v4.3-release'
2b06e4c436 Shader: update Volume Scatter
250e5ba1f3 Shader: Add Metallic BSDF Node
Compare 3 commits »
Weizhen Huang pushed to blender-v4.3-release at blender/blender-manual 2024-11-12 21:35:17 +01:00
2b06e4c436 Shader: update Volume Scatter
Weizhen Huang commented on pull request blender/blender#123532 2024-11-12 21:08:36 +01:00
Cycles: Additional scattering phase functions

@Alexandre-Cardaillac May I ask what this IOR is in Fournier-Forand? The default value of 1.33 made me think it's the IOR of water, but the value I found in the paper you posted is 1.09, and…

Weizhen Huang pushed to unbiased-ray-marching at weizhen/blender 2024-11-12 19:59:38 +01:00
ccc5a8da5e Cleanup: remove unnecessary changes
b3c1a5cda1 Cleanup: remove unused functions
0912b4d07b Cleanup: add TODO
2706888ddc Initialize Extrema<float>
dce400408d Cleanup: improve some comments
Compare 154 commits »
Weizhen Huang pushed to main at blender/blender 2024-11-12 15:03:24 +01:00
9488375049 Fix: Cycles: Missing inclusion in CMakeLists
43187cf174 Fix: Cycles: Compile error on GPU
Compare 2 commits »
Weizhen Huang deleted branch add-interval from weizhen/blender 2024-11-12 12:06:31 +01:00
Weizhen Huang pushed to main at blender/blender 2024-11-12 12:06:28 +01:00
93a34b1077 Refactor: Cycles: add helper struct Interval