Block a user
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'
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,…
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.
Fix #130275: Trace sequence operator only uses first frame
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…
Fix #130276: Trace operator needs to tag data after curves replacement
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
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.
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.
GPv3: Crash with layer parenting on last layer when there are more than two layers
Fix #130189: Crash parenting object to layer