Block a user
234c5a03a5
Fix #130066: Crash after joining Grease Pencil objects.
72fd267024
Fix #130110: Fill tool crashes when extension lines are enabled
4ba7950c2c
Fix: GPv3: Memory leak with empty drawings array
68ddaa2f0a
Fix #128930: Cancel resize area with Right mouse
b8eb80c1fd
Fix #130110: GPv3: Fill tool respect legacy radius factor
Grease Pencil history evaluation crash with a record of joined GP objects
The object-join operator for Grease Pencil makes a plain copy of the drawing pointers of the source drawing pointers into the target drawings array: https://projects.blender.org/blender/blende…
Grease Pencil history evaluation crash with a record of joined GP objects
Can confirm, ASAN catches it. The drawings array of the resulting GP is freed by the Join operator, but somehow keeps dangling pointers, which then crash during file write. The same error occurs…
da5bd15ca2
Merge branch 'blender-v4.3-release'
72fd267024
Fix #130110: Fill tool crashes when extension lines are enabled
Fix #130110: Fill tool crashes when extension lines are enabled
Fix #130110: Fill tool crashes when extension lines are enabled
5b7ea4cec0
Fix #130110: Fill tool crashes when extension lines are enabled.
7f983ae5e2
Fix #130089: GPv3: Don't use default mouse cursor if paint cursor is disabled.
83396c86fc
Fix #130084: GPv3: Disable overlay does not work in sculpt mode
a274c4da6c
I18N: Updated UI translations from git/weblate repository (b496e6d30b168f).
5caa74ebf3
Fix (unreported) mistake in code, leading to invalid memory access.
Grease Pencil v3 Fill tool Gap Closure not working
@ChengduLittleA do you have a repro for the crash? i don't see an obvious error there
Fix #130110: GPv3: Fill tool respect legacy radius factor
Thanks for fixing this! This was mostly copied from the old tool. I suppose we don't need to store the extension length in "pixel space", but wouldn't want to change this in beta, so this fix should suffice.
021e010a07
Merge branch 'blender-v4.3-release'
449e7229f3
Fix #129749: Use consistent GPv3 color settings in different modes
9a03f283e8
Fix #129346: GPv3: Merge layers into correct groups when applying modifier
0fd2c747fc
Fix #126076: GPv3: Strokes in multi-frame mode always use onion skinning colors
Lukas Tönne
deleted branch fix-gpv3-unified-paint-color from LukasTonne/blender
2024-11-08 10:21:50 +01:00
GP Color Attribute does not update when use_unified_color is enabled
Fix #129749: Use consistent GPv3 color settings in different modes