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

  • Joined on 2014-07-09
Clément Foucault created pull request blender/blender#129307 2024-10-21 18:47:09 +02:00
Fix #128079: Grease Pencil stroke direction overlay missing on 4.2 LTS
Clément Foucault created branch fix-128079-4.2 in fclem/blender 2024-10-21 18:45:12 +02:00
Clément Foucault pushed to fix-128079-4.2 at fclem/blender 2024-10-21 18:45:12 +02:00
c257ec2777 Fix #128079: Grease Pencil stroke direction overlay missing on 4.2 LTS
8256ec6d35 make license: apply change from re-running
960da49a0a make license: back port changes from main
b5255f0799 Fix path to GPL license in cmake packaging.
038d132851 make license: command to update the license file
Compare 10 commits »
Clément Foucault commented on issue blender/blender#128079 2024-10-21 18:27:46 +02:00
Grease pencil stroke direction overlay missing on 4.3 (GPv3) and on Mac 4.2

The fix for GPv3 is here. But the original issue was opened for 4.2 LTS which did not ship with GPv3.

They have 2 different cause.

So I will not close this task, but lower the priority.

T…

Clément Foucault pushed to fix-128079 at ChengduLittleA/blender 2024-10-21 18:08:48 +02:00
14211e9fc8 Fix wrong attribute format
Clément Foucault pushed to fix-128079 at ChengduLittleA/blender 2024-10-21 18:07:24 +02:00
6db1f4122c Remove unused batch
Clément Foucault pushed to fix-128079 at ChengduLittleA/blender 2024-10-21 18:06:19 +02:00
7126680b6d Improve comment
Clément Foucault commented on pull request blender/blender#128116 2024-10-21 18:05:14 +02:00
Fix: Grease Pencil: Add back support for stroke direction overlay

Unrelated change from overlay next. I will not be used in the 4.3 release branch.

Clément Foucault pushed to fix-128079 at ChengduLittleA/blender 2024-10-21 18:02:56 +02:00
eea50adf55 Make it work for real
8864fdda79 still doesn't work...
6ee860c2f1 WIP: Fix #128079: Add vflag to GPv3 shader
7c7b8e1f28 Fix #129087: don't show empty panels in geometry nodes modifier
84ffe3720d Fix #129217: crash when switching geometry nodes to tool mode with active viewer
Compare 6 commits »
Clément Foucault pushed to fix-128079 at ChengduLittleA/blender 2024-10-21 17:40:12 +02:00
6a7f23e870 Make it work for real
7be92ce112 Merge branch 'main' into fix-128079
7567c07480 Merge remote-tracking branch 'origin/blender-v4.3-release'
28ea1d2f7b Fix: VSE scopes crash on float images
8b8ab301a4 Cleanup: Clarify Cryptomatte layer identification
Compare 1013 commits »
Clément Foucault deleted branch gpencil-remove-geom-shader from fclem/blender 2024-10-21 16:25:45 +02:00
Clément Foucault merged pull request blender/blender#129274 2024-10-21 16:25:43 +02:00
GPencil: Port geometry shader to primitive expansion API
Clément Foucault pushed to main at blender/blender 2024-10-21 16:25:42 +02:00
3035fd1c36 GPencil: Port geometry shader to primitive expansion API
Clément Foucault pushed to gpencil-remove-geom-shader at fclem/blender 2024-10-21 15:34:08 +02:00
37f2467520 Merge branch 'main' into gpencil-remove-geom-shader
6f6b19faa7 Fix shader compilation on macos
7567c07480 Merge remote-tracking branch 'origin/blender-v4.3-release'
28ea1d2f7b Fix: VSE scopes crash on float images
8b8ab301a4 Cleanup: Clarify Cryptomatte layer identification
Compare 26 commits »
Clément Foucault commented on issue blender/blender#128908 2024-10-21 15:17:25 +02:00
Eevee Denoise "Spatial Reuse" serves no purpose

That is a true statement. If I rememeber correctly, we introduced the top level switch to match Cycles UI to have a global switch that does not affect the inner settings. The fact that turning off…