Andrew Wason rectalogic
  • Joined on 2011-10-05
Andrew Wason commented on issue blender/blender#125376 2024-09-10 22:42:00 +02:00
Standalone 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…

Andrew Wason commented on issue blender/blender#125376 2024-09-10 20:31:04 +02:00
Standalone 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…

Andrew Wason commented on pull request blender/blender#125028 2024-07-30 20:01:01 +02:00
Ensure bpy module python wheel depends on an ABI compatible numpy.

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…
Andrew Wason pushed to sound at rectalogic/blender 2024-07-30 19:53:41 +02:00
684ff35289 Ensure bpy module python wheel depends on an ABI compatible numpy.
4d85c03815 Fix #125232: EEVEE writes wrong Cryptomatte meta data
e356737451 Overlay-Next: Object Bounds
1ea09e514b Fix hash for test data submodule.
0c429ee652 Fix #125387: Cycles Material Panel shows EEVEE Legacy settings
Compare 347 commits »
Andrew Wason pushed to sound at rectalogic/blender 2024-07-30 19:53:38 +02:00
3104c4164e Ensure bpy module python wheel depends on an ABI compatible numpy.
Andrew Wason pushed to main at rectalogic/blender 2024-07-30 19:52:58 +02:00
4d85c03815 Fix #125232: EEVEE writes wrong Cryptomatte meta data
e356737451 Overlay-Next: Object Bounds
1ea09e514b Fix hash for test data submodule.
0c429ee652 Fix #125387: Cycles Material Panel shows EEVEE Legacy settings
00335fa46b Fix crash when loading GPv2 file, add back missing modifier info
Compare 368 commits »
Andrew Wason deleted branch frame_duration from rectalogic/blender 2024-07-30 00:07:44 +02:00
Andrew Wason commented on pull request blender/blender#125243 2024-07-29 22:26:16 +02:00
Fix #125194: Sequence.frame_duration returns incorrect value

I rebased/squashed and force pushed

Andrew Wason pushed to frame_duration at rectalogic/blender 2024-07-29 22:25:29 +02:00
c2ec568147 Fix #125194: Sequence.frame_duration returns incorrect value
11bdd3da5a Blendfile: Do not write 'DrawData'.
ae71f33c75 UI: Cleanup UI Icons
071b18a3cc Spreadsheet: support navigating instance trees
ae129da4f7 UI: new Geometry Set icon
Compare 260 commits »
Andrew Wason commented on pull request blender/blender#125243 2024-07-29 22:19:45 +02:00
Fix #125194: Sequence.frame_duration returns incorrect value

Hrm, I merged main when updating this and that seems to have duplicated a bunch of commits.

Andrew Wason commented on pull request blender/blender#125243 2024-07-29 22:14:16 +02:00
Fix #125194: Sequence.frame_duration returns incorrect value

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…

Andrew Wason pushed to frame_duration at rectalogic/blender 2024-07-29 22:14:15 +02:00
6442ef8685 Take into account retiming
8d2c650711 UI: Cleanup UI Icons
3b90f7ac5d Spreadsheet: support navigating instance trees
6f9924087e UI: new Geometry Set icon
26c3991816 Refactor: Cleanup VSE retiming selection code
Compare 259 commits »
Andrew Wason opened issue blender/blender#125381 2024-07-24 19:20:53 +02:00
Clarify keeping a reference to bpy data "gotchas"
Andrew Wason opened issue blender/blender#125376 2024-07-24 18:37:37 +02:00
Declaring generic Python type crashes bpy on exit
Andrew Wason pushed to frame_duration at rectalogic/blender 2024-07-23 17:26:11 +02:00
b80283e577 Use C++ style casts
Andrew Wason commented on pull request blender/blender#125028 2024-07-23 16:29:31 +02:00
Ensure bpy module python wheel depends on an ABI compatible numpy.

@LazyDodo Could you take another look at the latest changes?

Andrew Wason commented on pull request blender/blender#125243 2024-07-23 16:06:25 +02:00
Fix #125194: Sequence.frame_duration returns incorrect value

@iss could you review this when you get a chance?

Andrew Wason commented on issue blender/blender#125194 2024-07-22 18:41:51 +02:00
bpy MovieSequence.frame_duration returns wrong value when Adjust Playback Rate selected

I opened PR #125243 to fix this

Andrew Wason created pull request blender/blender#125243 2024-07-22 18:41:03 +02:00
WIP: Fix #125194: Sequence.frame_duration should return value adjusted by playback rate
Andrew Wason pushed to frame_duration at rectalogic/blender 2024-07-22 18:27:49 +02:00
23efa26dcd Fix #125194: Sequence.frame_duration should return value adjusted by playback rate
b25e67189c Fix #125228: Image Editor Memory leaks showing image tooltip thumbnail
90e83175eb Fix #125168: Cycles spot light theata_e can flip with a wide spread
f2c728468c Cleanup: Fix warnings
07c613b485 Cleanup: Adjust GSpan and GArray asserts
Compare 10 commits »