Block a user
Falk David
deleted branch gpv3-interpolate-selection-mode from LukasTonne/blender
2024-10-17 14:10:08 +02:00
Fix: GPv3: Interpolate tool uses selection in paint mode
Fix: GPv3: Interpolate tool uses selection in paint mode
Looks like the keymaps for interpolate_sequence
were also updated with use_selection
, but they don't have this option.
0bc595bbab
Merge branch 'blender-v4.3-release'
40e1bf214a
Fix: GPv3: Don't create handle types attribute for all curve types
Fix: GPv3: Reduce draw tool performance regression
Should I include this in the same PR then? Or clean this up in a follow-up PR?
Falk David
pushed to gpv3-improve-triangle-cache-performance at filedescriptor/blender
2024-10-17 10:38:18 +02:00
0b139bf9c2
Cleanups
Falk David
pushed to gpv3-improve-triangle-cache-performance at filedescriptor/blender
2024-10-17 10:14:25 +02:00
d8f9aebcfe
Merge branch 'blender-v4.3-release' into gpv3-improve-triangle-cache-performance
a66601ee95
Cleanup: remove deprecated typing built-ins for extension logic
51773a41cc
Tests: add options for WITH_UI_TESTS
fd63b3d725
Fix #129095: Crash on wayland on startup without a "seat"
e2862ed7ca
Cleanup: rename variables handling modules loaded at startup
Grease Pencil shapes don't show preview before committing
Thanks for confirming. I think I confused myself and mixed up this report with another that's in 4.3, not 4.2 LTS. Will check.
Fix: GPv3: Reduce draw tool performance regression
I tried this, but that would mean that we need to add a cpp type for uint3
(it's a bit orthogonal to this PR but it would probably make more sense to use int3
)