Lukas Stockner LukasStockner
  • Joined on 2013-12-26
Lukas Stockner pushed to iridescence at blender/blender 2024-02-26 05:04:15 +01:00
d665174879 Fix transmission corner cases
636a3df64b Compute transmission angle
da9cc4f7ce Formatting
e67ec0de97 Fix EEVEE
653057a5a4 Clean up iridescence code
Compare 10 commits »
Lukas Stockner created branch iridescence in blender/blender 2024-02-26 05:04:13 +01:00
Lukas Stockner pushed to main at LukasStockner/.profile 2024-02-20 04:02:11 +01:00
8baa4fefd7 Update reports/2024.md
Lukas Stockner created pull request blender/blender#118479 2024-02-20 03:41:04 +01:00
WIP: Cycles: Implement blue-noise dithered sampling
Lukas Stockner created pull request blender/blender#118478 2024-02-20 03:28:58 +01:00
WIP: Cycles: Implement volume stack priority and nested IOR support
Lukas Stockner created pull request blender/blender#118477 2024-02-20 03:13:52 +01:00
WIP: Cycles: Add thin film iridescence to Principled BSDF
Lukas Stockner created branch blue-noise-dithered in LukasStockner/blender 2024-02-20 03:00:16 +01:00
Lukas Stockner pushed to blue-noise-dithered at LukasStockner/blender 2024-02-20 03:00:16 +01:00
4b20562c7f Cycles: Implement blue-noise dithered sampling
Lukas Stockner pushed to main at LukasStockner/blender 2024-02-20 03:00:15 +01:00
06b42313a6 Cleanup: Cycles: Replace cos with cosf
7ed02da2be Refactor: use 'ob_index' to get 'ob' and 'is_space' in knife hit
c8d8275674 Cleanup: remove unused members in knife code
714683b83e Cleanup: replace the struct 'Ref' from knife code with 'LinkData'
27e01c10dd Cleanup: deduplicate code in editmesh_knife.cc
Compare 3003 commits »
Lukas Stockner created branch volume-stack-priority in LukasStockner/blender 2024-02-20 03:00:13 +01:00
Lukas Stockner pushed to volume-stack-priority at LukasStockner/blender 2024-02-20 03:00:13 +01:00
601274e4ef Cycles: Implement volume stack priority and nested IOR support
Lukas Stockner created branch iridescence in LukasStockner/blender 2024-02-20 03:00:09 +01:00
Lukas Stockner pushed to iridescence at LukasStockner/blender 2024-02-20 03:00:09 +01:00
4418a204f3 Cycles: Add thin film iridescence to Principled BSDF
Lukas Stockner pushed to main at blender/blender 2024-02-20 02:59:24 +01:00
06b42313a6 Cleanup: Cycles: Replace cos with cosf
Lukas Stockner commented on issue blender/blender#117586 2024-02-04 16:45:53 +01:00
Deleting an unused light group caused the environment light group to render to another light group

@MarkStead-2 Thanks for the extensive writeup!

Lukas Stockner pushed to main at blender/blender 2024-02-04 16:44:57 +01:00
b10507ab63 Fix #117586: Cycles: World Lightgroup not updated when creating/deleting LGs
Lukas Stockner closed issue blender/blender#117586 2024-02-04 16:44:56 +01:00
Deleting an unused light group caused the environment light group to render to another light group
Lukas Stockner commented on issue blender/blender#116917 2024-02-04 15:43:20 +01:00
Diffuse colour pass displaying some shading.

Hm, this is a tricky one.

On the one hand, the current behavior is expected due to the layering behavior - when viewed from a glancing angle, the specular layer reflects a significant amount of…

Lukas Stockner pushed to main at blender/blender 2024-02-04 00:36:23 +01:00
8d7ecd0856 Cycles: Use high value for Transparent BSDF PDF