Lukas Tönne LukasTonne
Lukas Tönne pushed to fix-trace-sequence at LukasTonne/blender 2024-11-15 14:26:05 +01:00
6773f9fe0e Cleanup formatting.
Lukas Tönne pushed to fix-trace-sequence at LukasTonne/blender 2024-11-15 14:16:30 +01:00
5344a2efd4 Fix #130275: Trace sequence operator only uses first frame.
8e75b5f4c7 Merge branch 'blender-v4.3-release'
217fa8d09e Fix #130276: Trace operator needs to tag data after curves replacement
dbcc9d7820 Refactor: Keying set code
f20cd471fe Merge branch 'blender-v4.3-release'
Compare 1125 commits »
Lukas Tönne commented on pull request blender/blender#130317 2024-11-15 12:51:17 +01:00
Fix #130275: Trace sequence operator only uses first frame

Looks like you need to pull the changes I pushed to fix-gpv3-trace-race

Will do that when the other PR has landed, less hassle. This should also go into main rather than blender-v4.3-release,…

Lukas Tönne commented on issue blender/blender#125559 2024-11-15 12:30:07 +01:00
GPv3: Eraser is unable to erase some points

Thanks @frogstomp, i was able to repro it now. The issue seems to be that the last point of a stroke remains, but only when the stroke starts at the last point.

Lukas Tönne created pull request blender/blender#130317 2024-11-15 12:11:31 +01:00
Fix #130275: Trace sequence operator only uses first frame
Lukas Tönne pushed to fix-trace-sequence at LukasTonne/blender 2024-11-15 12:10:06 +01:00
c28d74b3bf Fix #130275: Trace sequence operator only uses first frame.
Lukas Tönne created branch fix-trace-sequence in LukasTonne/blender 2024-11-15 12:10:06 +01:00
Lukas Tönne commented on issue blender/blender#130275 2024-11-15 11:51:37 +01:00
GP: Trace a video sequence crash Blender

The crash is caused by the same issue as #130276, that should be fixed by the same PR. However, sequence trace also has a problem with the grease_pencil.get_drawing_at function, which keeps…

Lukas Tönne created pull request blender/blender#130313 2024-11-15 11:29:52 +01:00
Fix #130276: Trace operator needs to tag data after curves replacement
Lukas Tönne pushed to fix-gpv3-trace-race at LukasTonne/blender 2024-11-15 11:28:03 +01:00
4fce037247 Fix #130276: Trace operator needs to tag data after curves replacement.
Lukas Tönne created branch fix-gpv3-trace-race in LukasTonne/blender 2024-11-15 11:25:03 +01:00
Lukas Tönne pushed to fix-gpv3-trace-race at LukasTonne/blender 2024-11-15 11:25:03 +01:00
d1171635ff Fix #129414: On linux, Join Use Active Window when Overlapping
b8b3f8e723 Release: Bump 4.3 to rc
221cef2855 Formatting
3b44f84686 Fix #130182: Unique layer name in move to layer popup box
aad4e62173 Libs: Update linux libs
Compare 10 commits »
Lukas Tönne approved blender/blender#130272 2024-11-14 14:27:52 +01:00
Fix #130250: Modifier copy to selected crash using quick favorites

Looks good. Had a look at the other uses of CTX_data_pointer_get_type in this file, they all consistently check the pointer result.

Lukas Tönne pushed to main at blender/blender 2024-11-13 13:39:50 +01:00
702bdde96d Merge branch 'blender-v4.3-release'
f7ffef07d4 Fix #130189: Crash parenting object to layer
16410eab9b Fix: Compiler warning about unused enum in switch case.
Compare 3 commits »
Lukas Tönne closed issue blender/blender#130189 2024-11-13 13:39:05 +01:00
GPv3: Crash with layer parenting on last layer when there are more than two layers
Lukas Tönne merged pull request blender/blender#130205 2024-11-13 13:39:01 +01:00
Fix #130189: Crash parenting object to layer
Lukas Tönne pushed to blender-v4.3-release at blender/blender 2024-11-13 13:39:00 +01:00
f7ffef07d4 Fix #130189: Crash parenting object to layer