bpy
module crashes Python on exit
The problem is somehow bpy
module has one additional refcount (3 instead of 2) at finalization time, and so normally it ends up being decref'd and freed (bpy_module_free
ends up calling…
bpy
module crashes Python on exit
Cannot repro on linux in 884d8821558b (dont have my MAC with me today, but could this possibly be a MAC-only issue?)
I suspect it could be (or at least my sample reproduces on macos, there…
I rebased/squashed and updated the PR/commit messages. gitea remote was erroring:
> git push -f
Enumerating objects: 27, done.
Counting objects: 100% (27/27), done.
Delta compression…
Hrm, I merged main when updating this and that seems to have duplicated a bunch of commits.
Ah actually, this is still not quite correct, since this does not take retiming into consideration. Instead of
seq->len
,SEQ_time_strip_length_get()
should be used. Then this would be in…
@LazyDodo Could you take another look at the latest changes?
@iss could you review this when you get a chance?
I opened PR #125243 to fix this