Block a user
Fix #128079: Grease Pencil stroke direction overlay missing on 4.2 LTS
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
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…
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.
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
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
Clément Foucault
deleted branch gpencil-remove-geom-shader from fclem/blender
2024-10-21 16:25:45 +02:00
GPencil: Port geometry shader to primitive expansion API
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
Fix: Metal: Memory leaks identified by Instruments and Xcode memory graph.
Thanks for looking into this.
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…