Hi, the file was created in 4.0 build (one shown above). Must have already been fixed then, I'll try today's build 👍
oh, and a recursion happens if relying on
if not bpy.app.is_job_running('RENDER'):
It doesn't seem to prevent the frame change handler being entered for some reason. That's why I…
Hi @mano-wii . I've created a simple file to replicate the issue more easily. Please note, render.render is only used to force the timeline to wait until the compositor finished execution. This…
By the way, it's the first time it's happened for me, and it was directly after opening a second 3d viewport, with one solid mode and the new one in cycles mode.
Just checked that other bug report you referenced, and yes, I think it's the same thing. Unusual for a bug of that nature to not be marked as high priority, especially with it happening so often…
OK, I'll turn that off then and let you know if it happens again.
Is it OK if I make a suggestion as a user?
To keep it as simple as possible, In the preferences have checkboxes for:
- denoising devices (same as cycles render devices). Allow user to…
vk_icdNegotiateLoaderICDInterfaceVersion
when putting computer to sleep.
I've just found something that might be related. If it doesn't crash when coming out of sleep mode, the wires in node editors dissapear. After closing Blender to try and get the wires back,…
On a side note. I notice when no precision is set, the number of decimal places shown behaves differently if you enter 0.0000001 than if you enter 0.1234567
entering: ![image](/attachments/c2d…
Thanks for your help. I guess build_date is the only safe option then. Do you know why the about blender date and bpy.app.build_date differ?
![image](/attachments/65ebd7cf-24c1-4604-b470-f0554…
so bpy.app.version should be incrememnted? The reason I ask is because Lukas said to use bpy.app.version(4,0.20) when checking for the new node group input creation method, but all versions show…