Weizhen Huang weizhen
  • Joined on 2022-10-03
Weizhen Huang created branch light_normal_transform in weizhen/blender 2023-06-06 16:05:46 +02:00
Weizhen Huang pushed to light_normal_transform at weizhen/blender 2023-06-06 16:05:46 +02:00
Weizhen Huang pushed to main at blender/blender 2023-06-06 15:20:46 +02:00
ebd431d580 Fix wrong normal transformation in Vector Transform shader node
Weizhen Huang deleted branch simplify-ltc-disk from weizhen/blender 2023-06-05 14:39:22 +02:00
Weizhen Huang pushed to simplify-ltc-disk at weizhen/blender 2023-06-05 13:09:05 +02:00
47b92edcaa Cleanup: EEVEE: simplify computation in #ltc_evaluate_disk_simple
Weizhen Huang pushed to microfacet_hair at weizhen/blender 2023-06-05 12:57:45 +02:00
b5d445797e Merge remote-tracking branch 'origin' into microfacet_hair
8eb75deb46 Merge branch 'blender-v3.6-release'
93de57b707 I18N: Updated UI translations from SVN trunk (r6562).
0e20e2320b Fix compiler error on Metal
6a1aead6d1 Metal: Silence Console Output
Compare 1008 commits »
Weizhen Huang pushed to microfacet_hair at weizhen/blender 2023-06-05 12:38:10 +02:00
d00e7fd9c7 Revert "Merge remote-tracking branch 'origin' into microfacet_hair"
Weizhen Huang pushed to microfacet_hair at weizhen/blender 2023-06-05 12:33:56 +02:00
e2409b4e56 Merge remote-tracking branch 'origin' into microfacet_hair
Weizhen Huang created pull request blender/blender#108616 2023-06-05 11:14:35 +02:00
Cleanup: EEVEE: simplify computation in #ltc_evaluate_disk_simple
Weizhen Huang created branch simplify-ltc-disk in weizhen/blender 2023-06-05 11:13:07 +02:00
Weizhen Huang pushed to simplify-ltc-disk at weizhen/blender 2023-06-05 11:13:07 +02:00
7b33a089be Cleanup: EEVEE: simplify computation in #ltc_evaluate_disk_simple
0e20e2320b Fix compiler error on Metal
6a1aead6d1 Metal: Silence Console Output
c1ac3621a9 Cleanup: replace list-base count_at_most with is_single for clarity
aada2800fd Cleanup: use BLI_strchr_or_end to simplify new-line stepping
Compare 10 commits »
Weizhen Huang pushed to main at blender/blender 2023-06-05 10:55:39 +02:00
0e20e2320b Fix compiler error on Metal
Weizhen Huang merged pull request blender/blender#108380 2023-06-02 16:57:59 +02:00
Cycles: more efficient and better-behaved sampling of spherical triangles
Weizhen Huang deleted branch improved_triangle_sampling from weizhen/blender 2023-06-02 16:57:59 +02:00
Weizhen Huang pushed to main at blender/blender 2023-06-02 16:57:58 +02:00
97d9bbbc97 Cycles: more efficient and better-behaved sampling of spherical triangles
Weizhen Huang pushed to point_light_to_sphere_light at weizhen/blender 2023-06-02 16:32:41 +02:00
56c0c48a1b Fix ls->Ng not pointing from light center to sampled position
Weizhen Huang pushed to point_light_to_sphere_light at weizhen/blender 2023-06-01 14:02:48 +02:00
abcacaa58e Cleanup: add comment about sphere area
9bfee3ddb7 Cleanup: small comments
Compare 2 commits »
Weizhen Huang pushed to point_light_to_sphere_light at weizhen/blender 2023-06-01 12:51:02 +02:00
0153e574cd Cleanup: small comments
8b75c3efb2 Change area measure from disk light to sphere light
Compare 2 commits »
Weizhen Huang commented on pull request blender/cycles#4 2023-06-01 11:52:18 +02:00
Fixed bug with un-normalised ellipse area lights not having proper area calculation and erroneously reverting to quad lights.

Not too sure if it might be "the time" to integrate this over the approximate in another PR for 4.0 (if at all). I will do a test of this soon.

I am working on changing point light to sphere…