michael campbell 3di
  • Joined on 2019-01-13
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…

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

Is there anything preventing someone adding their own repository and sharing Blender Market paid content, so people can bypass supporting the addon developers/blender market?

michael campbell opened issue blender/blender#118461 2024-02-19 16:48:19 +01:00
Compositor GPU mode, only partial backdrop/image editor update if output percentage less than image resolution. CPU mode works correctly.
michael campbell opened issue blender/blender#118459 2024-02-19 16:11:41 +01:00
Extreme performance degradation requiring Blender restart after approx. 1 minute
michael campbell commented on issue blender/blender#118337 2024-02-15 21:01:59 +01:00
Image Access in Compositor Backdrop is not thread-safe

forgot to mention, it also affects the image editor.

michael campbell reopened issue blender/blender#118337 2024-02-15 20:45:33 +01:00
Image Access in Compositor Backdrop is not thread-safe
michael campbell commented on issue blender/blender#118337 2024-02-15 20:45:30 +01:00
Image Access in Compositor Backdrop is not thread-safe

oh sorry, I clicked the wrong button.

michael campbell closed issue blender/blender#118337 2024-02-15 20:44:47 +01:00
Image Access in Compositor Backdrop is not thread-safe
michael campbell commented on issue blender/blender#118337 2024-02-15 20:44:44 +01:00
Image Access in Compositor Backdrop is not thread-safe

The tiled was removed on Monday, so you'll need to compare your build with a pre-monday build.

It affects addons with caching systems.

I think maybe it's a bug because it works in the old…

michael campbell opened issue blender/blender#118337 2024-02-15 17:14:03 +01:00
Full frame compositor backdrop disappears during playback. Issue not present in tiled or GPU execution modes
michael campbell commented on issue blender/blender#118117 2024-02-13 13:52:10 +01:00
Image datablock filepath change doesn't update when compositor is set to GPU execution mode. Works in tiles and full frame.

I do notice that the GPU mode suffers perhaps a little more with this bug too, perhaps it's also related to the cache? blender/blender#112526