michael campbell 3di
  • Joined on 2019-01-13
michael campbell commented on issue blender/blender#129405 2024-11-19 09:33:08 +01:00
ACCESS VIOLATION when changing workspace from python

Sorry I'm still flat out on another project. I'll test and modify Alaska's addon so that it generates the violation ASAP 👍

michael campbell opened issue blender/blender#130401 2024-11-17 10:03:56 +01:00
ACCESS VIOLATION when pressing render, if an object with keyframes is selected and the dope sheet is visible
michael campbell commented on pull request blender/blender#130217 2024-11-13 12:13:23 +01:00
Compositor: Enable GPU denoising for OpenImageDenoise

Hi. There are scenarios where you have to use CPU compositing, but would still like to use GPU denoising to avoid 200x longer render times. Could it be possible to make it optional to use GPU…

michael campbell opened issue blender/blender#130218 2024-11-13 11:56:19 +01:00
changing colourspace in image datablock via python resets modifies image scale
michael campbell opened issue blender/blender#130209 2024-11-13 08:04:49 +01:00
geometry nodes n panel is losing it's layout state when toggling panel collapse state or opening and closing the n panel. Doesn't happen in other panels.
michael campbell commented on issue blender/blender#130188 2024-11-12 19:33:37 +01:00
Cycles doesn't render current state of dirty image datablocks, even after restarting rendering.

I just did a few tests, and found that in Blender 2.93 Cycles is able to render dirty images, but only after restarting the render by switching to solid view and back to rendered view. In 4.4 it…

michael campbell opened issue blender/blender#130188 2024-11-12 18:47:45 +01:00
Cycles doesn't render current state of dirty image datablocks
michael campbell commented on issue blender/blender#130073 2024-11-12 14:27:58 +01:00
Request for Improvement in Blender's EEVEE Rendering with Compositor

For me I would say this isn't a bug, because you want to be able to see the progress of the frame currently being rendered, and when the compositor has finished calculating, it's favourable for…

michael campbell commented on issue blender/blender#130129 2024-11-12 14:05:21 +01:00
when expanding panels that have another panel below them, there's a visible glitch where the lower panels are visible over the expanding upper panel during expansion.

Is it because the expanding panel is being drawn before the panels beneath? If so, perhaps the drawing order could be bottom ones first when expanding, and expanding one first when collapsing.

michael campbell commented on issue blender/blender#130129 2024-11-12 06:11:13 +01:00
when expanding panels that have another panel below them, there's a visible glitch where the lower panels are visible over the expanding upper panel during expansion.

Just tested with today's daily and I still see it. If you can't see it then maybe close it down, must be either my 60hz screen or potentially I have ninja eyeballs.

michael campbell opened issue blender/blender#130129 2024-11-11 14:48:39 +01:00
when expanding panels that have another panel below them, there's a visible glitch where the lower panels are visible over the expanding upper panel.
michael campbell commented on issue blender/blender#129897 2024-11-06 11:36:21 +01:00
geo node attribute inputs don't work in Addons.

@HooglyBoogly , is the internal way of grabbing the available attributes doing anything other than below? Just wondering if specific data types need to be excluded:

def update_attribute_enum_…

michael campbell opened issue blender/blender#129897 2024-11-06 10:20:54 +01:00
geo node attribute inputs don't work in Addons.
michael campbell commented on issue blender/blender#129405 2024-11-05 05:49:26 +01:00
ACCESS VIOLATION when changing workspace from python

No problem. I should be able to get that created for you next week 👍

michael campbell opened issue blender/blender#129618 2024-10-31 07:03:38 +01:00
image datablock replace function doesn't trigger geometry node update as it does in the other editors.
michael campbell opened issue blender/blender#129570 2024-10-30 03:38:17 +01:00
geo node properties of types image, texture, collection, and material are greyed out when used in an addon panel.
michael campbell commented on issue blender/blender#129405 2024-10-27 14:29:56 +01:00
ACCESS VIOLATION when changing workspace from python

Hi, thanks. I believe to replicate, the code provided needs running from an addon rather than the script editor, and requires all three things to happen within the single operator call:

1.…

michael campbell opened issue blender/blender#129405 2024-10-26 04:03:24 +02:00
ACCESS VIOLSATION when changing workspace from python
michael campbell opened issue blender/blender#129404 2024-10-26 00:29:26 +02:00
(node wrangler) nodes are removed from layout frame A when layout frame A is added to a new layout frame B using Alt P