Clément Foucault fclem
  • I'm pixel pusher.

  • Joined on 2014-07-09
Clément Foucault pushed to main at blender/blender 2024-10-11 11:16:02 +02:00
300ea9f083 GPU: GLSL: Strip comment at compile time
Clément Foucault pushed to blender-v4.3-release at blender/blender 2024-10-11 09:41:44 +02:00
70280e9d12 Fix: typo in shadow error message
Clément Foucault merged pull request blender/blender#128865 2024-10-11 09:41:44 +02:00
Fix: typo in shadow error message
Clément Foucault pushed to main at blender/blender-developer-docs 2024-10-10 20:25:21 +02:00
c47180d5ab Update docs/release_notes/4.3/eevee.md
Clément Foucault closed issue blender/blender#128812 2024-10-10 20:20:09 +02:00
EEVEE: Shadow linking not working during volume probe baking
Clément Foucault commented on issue blender/blender#128812 2024-10-10 20:20:05 +02:00
EEVEE: Shadow linking not working during volume probe baking

@LazyDodo You might have merged release branch to main.

I fixed it in the release branch already. Closing.

Clément Foucault created pull request blender/blender#128854 2024-10-10 18:44:44 +02:00
Fix: DRW: Broken multiview support with inverted scale object instances
Clément Foucault pushed to eevee-fix-128085 at fclem/blender 2024-10-10 18:33:10 +02:00
e331e4a59f Fix: DRW: Broken multiview support with inverted scale object instances
bc3fdc3293 Fix: EEVEE: Object wihtout volume probe visibility don't cast shadow
b78354152e Revert "Fix #128407: EEVEE: Cannot allocate volume pool on Intel ARC/OpenGL"
10ef436c8f UI: Include asset description in asset shelf tooltip
87f227ef7a Fix #128838: Extension: Support _universal2 suffix for Mac
Compare 8 commits »
Clément Foucault created branch eevee-fix-128085 in fclem/blender 2024-10-10 18:33:09 +02:00
Clément Foucault pushed to main at blender/blender-test-data 2024-10-10 16:48:26 +02:00
4c483fadd2 EEVEE: Update tests after fixing shadow visibility in bake
Clément Foucault pushed to blender-v4.3-release at blender/blender 2024-10-10 16:48:02 +02:00
bc3fdc3293 Fix: EEVEE: Object wihtout volume probe visibility don't cast shadow
Clément Foucault pushed to main at blender/blender 2024-10-10 16:22:03 +02:00
5b70445460 Merge branch 'blender-v4.3-release'
b78354152e Revert "Fix #128407: EEVEE: Cannot allocate volume pool on Intel ARC/OpenGL"
10ef436c8f UI: Include asset description in asset shelf tooltip
87f227ef7a Fix #128838: Extension: Support _universal2 suffix for Mac
d261a881b1 Anim: change Action.id_root RNA definition to be more like v4.2
Compare 6 commits »
Clément Foucault pushed to blender-v4.3-release at blender/blender 2024-10-10 16:21:00 +02:00
b78354152e Revert "Fix #128407: EEVEE: Cannot allocate volume pool on Intel ARC/OpenGL"
Clément Foucault pushed to main at blender/blender 2024-10-10 16:19:31 +02:00
d8b295bfae EEVEE: Add TODO about code going against design
Clément Foucault created pull request blender/blender#128844 2024-10-10 14:22:01 +02:00
EEVEE: Use imageLoad/StoreFast when possible
Clément Foucault created branch eevee-image-fast-ops in fclem/blender 2024-10-10 14:21:32 +02:00
Clément Foucault pushed to eevee-image-fast-ops at fclem/blender 2024-10-10 14:21:32 +02:00
eeb306aea8 EEVEE: Use imageLoad/StoreFast when possible
6aab18c654 EEVEE: Update Render tests
27963d652b EEVEE: Update the GGX LUTs
313a7d6236 Fix: EEVEE BXDF LUT generation
0cf7484817 Refactor: EEVEE: separate ggx reflection and transmission functions
Compare 10 commits »
Clément Foucault pushed to main at blender/blender 2024-10-10 13:57:33 +02:00
6aab18c654 EEVEE: Update Render tests
Clément Foucault pushed to main at blender/blender-test-data 2024-10-10 13:56:55 +02:00
faaa354900 EEVEE: Update tests after BSDF LUT fixes