michael campbell 3di
  • Joined on 2019-01-13
michael campbell commented on issue blender/blender#121761 2024-05-22 17:21:43 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

ah, i'll bet it's because the property was previously 'execution_mode' when I created the file.

michael campbell commented on issue blender/blender#121761 2024-05-22 17:18:11 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

I'll try again, but this time swap to gpu and back to cpu before I do anything, just in case the visible property is not representing the actual value.

michael campbell commented on issue blender/blender#121761 2024-05-22 17:13:54 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

was 100% using cpu compositor, I double checked. But now you mention it, the other day I had it set to CPU but it was calculating lens distortion nodes at GPU compositor speeds. I thought my cpu…

michael campbell commented on issue blender/blender#121761 2024-05-22 17:02:32 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

steps:

open file with load ui enabled so the compositor is visible with backdrop enabled. run script press play

michael campbell commented on issue blender/blender#121761 2024-05-22 01:04:36 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

Hi Sergey, it's still crashing. Please see the attached video demonstration, and I've also attached new log files.

Please could I ask that you don't remove the ability to change the image…

michael campbell commented on issue blender/blender#118337 2024-05-21 20:50:33 +02:00
Image Access in Compositor Backdrop is not thread-safe

@Sergey , just tested and everything seems to be working great thanks. I just released a video actually demonstrating it, gave Omar a thank you mention in the video too: https://youtu.be/QxoxrNuZ

michael campbell commented on issue blender/blender#118337 2024-05-21 17:40:46 +02:00
Image Access in Compositor Backdrop is not thread-safe

Awesome thanks. I'll download from the website's experimental page after it's uploaded tonight and give it a go👍

michael campbell opened issue blender/blender#121840 2024-05-15 21:02:33 +02:00
unable to copy python tooltips rom the right click menu
michael campbell commented on issue blender/blender#121761 2024-05-15 18:04:11 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

@Sergey that's great thanks, you're a legend Sir. For anyone facing the same issue with their addons, here's a solution which prevents the image being updated until the compositor has finished…

michael campbell commented on issue blender/blender#121761 2024-05-15 15:56:46 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

@Sergey The issue doesn't appear to be related to updating the compositor during playback, as that works fine providing render.render isn't used to force the playhead to wait for the compositor to…

michael campbell commented on issue blender/blender#121761 2024-05-14 13:31:31 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

I don't think it's due to any changes in the Nvidia drivers, because the gpu driver on my windows 10 machine hasn't been updated, and the crash wasn't happening with it previously when I reported:…

michael campbell commented on issue blender/blender#121761 2024-05-14 12:53:27 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

I've just generated the debug crash and system info logs on my other computer (windows 10).

Possibly this is only affecting windows users, and breaks previously working builds of Blender too.

michael campbell commented on issue blender/blender#121761 2024-05-14 05:14:13 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

ps, the problem goes away if and composite and viewer nodes are muted and replaced with a file output node, if that helps shed any light on the issue.

michael campbell commented on issue blender/blender#121761 2024-05-14 05:05:37 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

I believe this use case would cause synchronization problem. I'd suggest that you do not use frame change handler interlaced with rendering calls, but rather have a main loop that do everything…

michael campbell commented on issue blender/blender#121761 2024-05-14 02:09:27 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.

Here's the log from blender_debug_gpu.cmd, and system info after installing oldest studio driver I can find.

michael campbell opened issue blender/blender#121761 2024-05-14 00:04:47 +02:00
Access violation crash when updating image datablock during playback and using render.render to force playhead to wait for compositor to complete.
michael campbell closed issue blender/blender#121742 2024-05-13 23:41:00 +02:00
Access violation when updating an image datablock's filepath from a frame change handler during playback.