Michael Jones (Apple) Michael-Jones
  • Joined on 2021-10-07
Michael Jones (Apple) pushed to main at blender/blender 2023-07-03 18:09:20 +02:00
63d3fc2dcb Cycles: Make use of maximum concurrent compilations on Metal
Michael Jones (Apple) merged pull request blender/blender#109655 2023-07-03 18:09:20 +02:00
Cycles: Make use of maximum concurrent compilations on Metal
Michael Jones (Apple) created pull request blender/blender#109655 2023-07-03 17:05:14 +02:00
Cycles: Make use of maximum concurrent compilations on Metal
8f7087162f Cycles: Make use of maximum concurrent compilations on Metal
Michael Jones (Apple) created branch MaxConcurrentKernelCompilation in Michael-Jones/blender 2023-07-03 17:04:26 +02:00
Michael Jones (Apple) commented on issue blender/blender#107153 2023-06-30 20:13:22 +02:00
Image sequence render just stops on Cycles on MacOS Metal

@Michael-Pallazola , assuming this is still occurring in Blender 3.6 on macOS 13.x, would it be possible to test if it still occurs in macOS 14 / Sonoma? There is a known driver bug in macOS 13.x…

Michael Jones (Apple) pushed to MetalRTCurves at Michael-Jones/blender 2023-06-30 19:26:21 +02:00
a05b3cbaab MetalRT optimisations
e923a1b21f Use MetalRT curves API
128c95438f Fix #109302: baking UDIM displacement normalization wrong
ab215965c6 Fix: python textformatting ASAN overflow
ea38268cdc Fix exception in the asset preferences panel when the list is empty
Compare 10 commits »
Michael Jones (Apple) created branch MetalRTCurves in Michael-Jones/blender 2023-06-30 19:26:21 +02:00
Michael Jones (Apple) deleted branch RemoveMetalRTWorkaround from Michael-Jones/blender 2023-05-30 11:12:14 +02:00
Michael Jones (Apple) merged pull request blender/blender#108322 2023-05-30 11:12:12 +02:00
Cycles: Remove redundant MetalRT workaround & add two useful DebugFlags
Michael Jones (Apple) pushed to blender-v3.6-release at blender/blender 2023-05-30 11:12:11 +02:00
bdf5649f36 Cycles: Remove redundant MetalRT workaround & add two useful DebugFlags
Michael Jones (Apple) created pull request blender/blender#108322 2023-05-26 17:39:32 +02:00
Cycles: Remove redundant MetalRT workaround & add two useful DebugFlags
Michael Jones (Apple) pushed to RemoveMetalRTWorkaround at Michael-Jones/blender 2023-05-26 17:37:03 +02:00
22058327d9 Cycles: Remove redundant MetalRT workaround & add two useful DebugFlags
ccd85688ed Update licence infos for OpenSSL.
001e012ea0 Fix crash when selecting all bones in armature
080484a5c8 Fix #108125: Cycles generates NaN in render passes with low roughness
e2a75814ac Animation: change Slider Popup menu hotkeys
Compare 10 commits »
Michael Jones (Apple) created branch RemoveMetalRTWorkaround in Michael-Jones/blender 2023-05-26 17:37:03 +02:00
Michael Jones (Apple) commented on issue blender/blender#107605 2023-05-25 12:08:36 +02:00
Blender 3.6.0 Alpha crashes upon rendering on Apple M1 MacBook Air

So the issue shouldn't occur in latest 3.6 beta because a) we are no longer enabling MetalRT by mistake, and b) even if we did, the undefined behaviour with linked functions has been removed.

Michael Jones (Apple) commented on issue blender/blender#107605 2023-05-25 12:05:36 +02:00
Blender 3.6.0 Alpha crashes upon rendering on Apple M1 MacBook Air

Aha, looks like @xavierh fixed the incorrect MetalRT setting already!

Cycles: fix device settings update for Multi-device #107989

Michael Jones (Apple) commented on issue blender/blender#107605 2023-05-25 11:45:49 +02:00
Blender 3.6.0 Alpha crashes upon rendering on Apple M1 MacBook Air

Thanks @Memento and @mano-wii - I have some good clues here.

The crash log that @mano-wii posted (Blender-2023-05-23-170054.ips) matches a crash signature that we've seen internally when using…

Michael Jones (Apple) commented on issue blender/blender#106657 2023-05-23 14:47:09 +02:00
Regression: Image rendering fails while viewport rendering is in progress

I think may be a Vega specific issue as this exact issue doesn't seem to occur on the Navi cards. We're trying to narrow down a root cause.

Michael Jones (Apple) commented on issue blender/blender#107153 2023-05-23 14:32:49 +02:00
Image sequence render just stops on Cycles on MacOS Metal

One interesting detail - I noticed that you have sporadic "Context leak detected, msgtracer returned -1" messages in your log output which I do not see when rendering out Cycles animations in…

Michael Jones (Apple) commented on issue blender/blender#107153 2023-05-23 14:29:40 +02:00
Image sequence render just stops on Cycles on MacOS Metal

Hi @Michael-Pallazola, I've tried to reproduce it on Blender 3.6 beta using the classroom scene, but so far no luck in getting the crash (M1 Max / macOS 13.0). Perhaps it's fixed already, or…