Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang created branch volume-entry-eval in weizhen/blender 2024-11-11 22:28:39 +01:00
Weizhen Huang pushed to volume-entry-eval at weizhen/blender 2024-11-11 22:28:39 +01:00
e291bd8199 Refactor: Cycles: sepalate volume stack and single entry evaluation
Weizhen Huang commented on pull request blender/blender#130156 2024-11-11 20:53:47 +01:00
Refactor: Cycles: add helper struct Interval
Weizhen Huang created pull request blender/blender#130156 2024-11-11 20:53:32 +01:00
Refactor: Cycles: add helper struct Interval
Weizhen Huang pushed to add-interval at weizhen/blender 2024-11-11 20:51:20 +01:00
09d6aec4cf Refactor: Cycles: add helper struct Interval
406f259920 Merge branch 'blender-v4.3-release'
009fb327ee Fix #130101: Boundary brush radius uses incorrect initial value
7d68a4ca14 Refactor: Sculpt: Shape key deformation consistency & deduplication
312052112a Cleanup: Remove references to legacy Grease Pencil type
Compare 10 commits »
Weizhen Huang created branch add-interval in weizhen/blender 2024-11-11 20:51:19 +01:00
Weizhen Huang deleted branch rename-boundingbox from weizhen/blender 2024-11-11 17:14:17 +01:00
Weizhen Huang pushed to main at blender/blender 2024-11-11 17:14:14 +01:00
90ed91dfdb Cleanup: Cycles: Add Kernel prefix to light tree bounding shapes
Weizhen Huang merged pull request blender/blender#130141 2024-11-11 17:14:14 +01:00
Cleanup: Cycles: Add `Kernel` prefix to light tree bounding shapes
Weizhen Huang pushed to main at blender/blender 2024-11-11 16:43:58 +01:00
ec3128ee37 Cleanup: Cycles: Remove unused functions
Weizhen Huang created pull request blender/blender#130141 2024-11-11 16:20:21 +01:00
Cleanup: Cycles: Add Kernel prefix to light tree bounding shapes
Weizhen Huang pushed to rename-boundingbox at weizhen/blender 2024-11-11 16:19:38 +01:00
0e351a400b Cleanup: Cycles: Add Kernel prefix to light tree bounding shapes
f9bb4c9c81 Merge branch 'blender-v4.3-release'
e9593a6619 Cleanup: Cycles: update light tree paper link
88b10765ae Anim: add slot selector to NLA Action track buttons
7f75690127 Fix #130102: Boundary brushes ignore masking with Multires
Compare 10 commits »
Weizhen Huang created branch rename-boundingbox in weizhen/blender 2024-11-11 16:19:37 +01:00
Weizhen Huang pushed to main at blender/blender 2024-11-11 15:49:05 +01:00
e9593a6619 Cleanup: Cycles: update light tree paper link
Weizhen Huang pushed to unbiased-ray-marching at weizhen/blender 2024-11-11 15:31:54 +01:00
41c994e0c1 Initialize Extrema<float>
11181782f9 Cleanup: improve some comments
c1367f6d4f Add sample dimension for evaluating density
Compare 3 commits »
Weizhen Huang pushed to unbiased-ray-marching at weizhen/blender 2024-11-11 14:33:03 +01:00
154b271951 Remove unused function
0e9c545572 Remove object_volume_step
Compare 2 commits »
Weizhen Huang commented on pull request blender/blender-manual#105008 2024-11-11 14:02:20 +01:00
Shader: Add Metallic BSDF Node

The tables are missing metal names. I do think it's worth mentioning that the default values correspond to a certain material.

Weizhen Huang commented on pull request blender/blender-manual#105008 2024-11-11 13:25:01 +01:00
Shader: Add Metallic BSDF Node

This is a comparison of gold using the value from physicallybased.info and my curve fitting

Weizhen Huang commented on pull request blender/blender-manual#105008 2024-11-11 12:47:32 +01:00
Shader: Add Metallic BSDF Node

Also the n,k values for gold looked a little odd to me

The values are from curve fitting, sRGB is not good at describing the reflectivity of gold, this is just the result with the minimal…