michael campbell 3di
  • Joined on 2019-01-13
michael campbell commented on issue blender/blender#121742 2024-05-13 17:45:15 +02:00
Access violation when updating an image datablock's filepath from a frame change handler during playback.

Here's the crash log from my windows 10 machine for the blend file attached to this report:

michael campbell commented on issue blender/blender#121742 2024-05-13 17:30:24 +02:00
Access violation when updating an image datablock's filepath from a frame change handler during playback.

windows 10 machine also crashed. So I'm guessing you're on linux and it's only affecting windows machines. I'll just try on an earlier version of blender 4.2.

michael campbell commented on issue blender/blender#121742 2024-05-13 17:28:38 +02:00
Access violation when updating an image datablock's filepath from a frame change handler during playback.

It didn't generate one with this file, but I'm just trying on my windows 10 machine

michael campbell commented on issue blender/blender#121742 2024-05-13 17:23:00 +02:00
Access violation when updating an image datablock's filepath from a frame change handler during playback.

I can't reproduce the crash on either debug or release builds. Let us see if one of the triaging team can reproduce it.

Thanks. Possibly an issue between Blender and windows 11 pro.

michael campbell commented on issue blender/blender#121711 2024-05-13 16:54:25 +02:00
Dynamic BVH2 in Barbershop scene has long BVH construction times

If it helps, I don't experience this issue with viewport cuda using an i7-7700k, it's only started happening since updating to i7-14700k.

michael campbell opened issue blender/blender#121742 2024-05-13 15:40:13 +02:00
Access violation when updating an image datablock's filepath from a frame change handler during playback.
michael campbell opened issue blender/blender#121713 2024-05-12 15:29:23 +02:00
isolated objects aren't receiving light from environment.
michael campbell opened issue blender/blender#121711 2024-05-12 15:14:39 +02:00
Barbershop scene gets stuck for around 1 minute calculating BVH
michael campbell commented on issue blender/blender#121345 2024-05-02 15:06:44 +02:00
Regression: Viewlayer denoising versioning settings no longer apply correctly

Just tried a new scene, and denoising does work. Must be caused by an incompatibility with blend files created in previous versions of Blender perhaps?

michael campbell opened issue blender/blender#121345 2024-05-02 14:53:57 +02:00
no denoising happening after rendering.
michael campbell commented on issue blender/blender#42515 2024-03-19 19:01:32 +01:00
Dynamic Paint looses cache on blendfile name change

still happening.

michael campbell commented on issue blender/blender#118459 2024-03-16 06:12:25 +01:00
Compositor - Extreme performance degradation requiring Blender restart after approx. 1 minute

@OmarEmaraDev perhaps the performance issue is OS specific.

michael campbell commented on issue blender/blender#118337 2024-03-05 18:51:25 +01:00
Image Access in Compositor Backdrop is not thread-safe

@Sergey thanks. I did create this report a while back blender/blender#114455 (comment) , but at that time I thought it was because ```is_job_running`…

michael campbell commented on issue blender/blender#114455 2024-03-04 21:10:55 +01:00
Occasionally bpy.app.is_job_running('RENDER') and bpy.app.is_job_running('COMPOSITE') incorrectly return False

Just to re-iterate, this isn't a constant error, it happens intermittently with identical blend files. Occasionally, once it's happened it may continue happening every render until Blender is…

michael campbell commented on issue blender/blender#114455 2024-03-04 21:03:49 +01:00
Occasionally bpy.app.is_job_running('RENDER') and bpy.app.is_job_running('COMPOSITE') incorrectly return False

Hi, I've just had another report, but this time it's not due to a Cycles setting, it's happening when updating an image datablock:

michael campbell commented on issue blender/blender#118337 2024-03-04 19:58:25 +01:00
Image Access in Compositor Backdrop is not thread-safe

@Sergey could this issue also cause the below error when trying to write to the image datablock after rendering completes?

michael campbell commented on pull request blender/blender#118807 2024-02-29 12:16:51 +01:00
WIP: Fix #103824: CompositorNodeOutputFile inputs.new() crash

@lichtwerk as long as the below code continues to work I'm happy 👍 It just removes the first input socket from the newly created file output node.

import bpy
scene = bpy.context.scene…
michael campbell commented on issue blender/blender#106254 2024-02-22 05:04:56 +01:00
WIP: Blender Extensions Project

Thanks. I wasn't suggesting Blender would have control of repository contents, but after downloading something from a 3rd party repository, prior to saving and installing, your new feature could…

michael campbell commented on issue blender/blender#106254 2024-02-21 12:56:49 +01:00
WIP: Blender Extensions Project

@ideasman42 aren't addon developers and various markets such as Blender Market amongst the biggest financial contributors to the Blender foundation. No safeguards to ensure their living isn't…