Block a user
Fix #129324: Merge Down operator always appends merged layers at the end
0eb5ccc89f
Fix #129324: Merge Down operator always appends merged layers at the end.
9fb185d31d
Fix #130066: Crash after joining Grease Pencil objects
e88ac07046
Fix #130098: Sculpt sample detail operator crash on failure
37ec4b5430
Fix #129883: GPv3: Build modifier frame timing is not correct
69a7948575
Doc: Py API: Add more info about
UNDO
operator option.
dbbacbffaf
Merge branch 'blender-v4.3-release'
9fb185d31d
Fix #130066: Crash after joining Grease Pencil objects
e88ac07046
Fix #130098: Sculpt sample detail operator crash on failure
37ec4b5430
Fix #129883: GPv3: Build modifier frame timing is not correct
Grease Pencil history evaluation crash with a record of joined GP objects
Fix #130066: Crash after joining Grease Pencil objects
Fix #130034: GPv3: Deleting root layer group leads to crash
Looks good. Commit message could use a little more explanation:
Fix #130066: Crash after joining Grease Pencil objects
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