Lukas Tönne LukasTonne
Lukas Tönne pushed to fix-gpv3-merge-down at LukasTonne/blender 2024-11-11 18:05:57 +01:00
133bb77c7b Cleanup formatting.
Lukas Tönne created pull request blender/blender#130146 2024-11-11 17:49:07 +01:00
Fix #129324: Merge Down operator always appends merged layers at the end
Lukas Tönne pushed to fix-gpv3-merge-down at LukasTonne/blender 2024-11-11 17:47:50 +01:00
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.
Compare 10 commits »
Lukas Tönne created branch fix-gpv3-merge-down in LukasTonne/blender 2024-11-11 17:47:50 +01:00
Lukas Tönne pushed to main at blender/blender 2024-11-11 17:12:35 +01:00
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
Compare 4 commits »
Lukas Tönne deleted branch fix-gpv3-join-crash from LukasTonne/blender 2024-11-11 17:10:48 +01:00
Lukas Tönne closed issue blender/blender#130066 2024-11-11 17:10:44 +01:00
Grease Pencil history evaluation crash with a record of joined GP objects
Lukas Tönne pushed to blender-v4.3-release at blender/blender 2024-11-11 17:10:41 +01:00
9fb185d31d Fix #130066: Crash after joining Grease Pencil objects
Lukas Tönne merged pull request blender/blender#130140 2024-11-11 17:10:40 +01:00
Fix #130066: Crash after joining Grease Pencil objects
Lukas Tönne approved blender/blender#130082 2024-11-11 17:04:30 +01:00
Fix #130034: GPv3: Deleting root layer group leads to crash

Looks good. Commit message could use a little more explanation:

Lukas Tönne created pull request blender/blender#130140 2024-11-11 16:17:34 +01:00
Fix #130066: Crash after joining Grease Pencil objects
Lukas Tönne created branch fix-gpv3-join-crash in LukasTonne/blender 2024-11-11 16:14:52 +01:00
Lukas Tönne pushed to fix-gpv3-join-crash at LukasTonne/blender 2024-11-11 16:14:52 +01:00
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
Compare 10 commits »
Lukas Tönne commented on issue blender/blender#130066 2024-11-11 15:51:35 +01:00
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

Lukas Tönne commented on issue blender/blender#130066 2024-11-11 15:00:07 +01:00
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…

Lukas Tönne pushed to main at blender/blender 2024-11-11 14:26:29 +01:00
da5bd15ca2 Merge branch 'blender-v4.3-release'
72fd267024 Fix #130110: Fill tool crashes when extension lines are enabled
Compare 2 commits »
Lukas Tönne deleted branch fix-gpv3-fill-crash from LukasTonne/blender 2024-11-11 14:25:24 +01:00
Lukas Tönne pushed to blender-v4.3-release at blender/blender 2024-11-11 14:25:22 +01:00
72fd267024 Fix #130110: Fill tool crashes when extension lines are enabled
Lukas Tönne merged pull request blender/blender#130127 2024-11-11 14:25:21 +01:00
Fix #130110: Fill tool crashes when extension lines are enabled