Howard Trickey howardt
  • Joined on 2011-05-01
Howard Trickey pushed to Rob-Blair-main at blender/blender 2024-10-26 19:25:51 +02:00
8085aea0c0 Merge branch 'main' into Rob-Blair-main
e9298dced4 GPU: Avoid ShaderCreateInfo object directly inside Map
af4974dfaa Cleanup: Remove dead code
71b9238703 Merge branch 'blender-v4.3-release'
1dd6cdb172 Fix #129334: Multires displays incorrectly in Sculpt mode with materials
Compare 5 commits »
Howard Trickey commented on issue blender/blender#125255 2024-10-25 16:14:28 +02:00
Crash with some add-ons using OpenMP (conflict initializing)

Thanks for tracking this down everyone. I will see if there's a way to check for this and use a workaround for bevel that avoids using the linear solver if this problem exists. But likely there…

Howard Trickey pushed to Rob-Blair-main at blender/blender 2024-10-25 13:42:37 +02:00
bbef23da65 Merge branch 'main' into Rob-Blair-main
22930ee04c Compositor: Implement Color Matte for new CPU compositor
ba5c6c8682 Compositor: Implement Chroma Matte for new CPU compositor
a955c9e0b4 Compositor: Implement Channel Matte for new CPU compositor
c5df2cebed Merge branch 'blender-v4.3-release'
Compare 34 commits »
Howard Trickey commented on issue blender/blender#125255 2024-10-25 13:29:46 +02:00
Crash with some add-ons using OpenMP (conflict initializing)

Looking at a similar crash dump in imagemagick, I wonder if the issue is similar to what is discussed there -- that MacOS has an open MP…

Howard Trickey commented on issue blender/blender#125255 2024-10-25 12:51:47 +02:00
Crash with some add-ons using OpenMP (conflict initializing)

Erick-Phillips: I have an M3max too (but MacOS 15.0.1), and can't make it crash. Does it happen for you on the current Alpha build? https://builder.blender.org/download/daily/

Howard Trickey pushed to Rob-Blair-main at blender/blender 2024-10-25 12:40:58 +02:00
d1766c4ad1 Merge branch 'main' into Rob-Blair-main
Howard Trickey created branch Rob-Blair-main in blender/blender 2024-10-25 12:40:55 +02:00
Howard Trickey commented on issue blender/blender#125255 2024-10-23 16:33:09 +02:00
Crash with some add-ons using OpenMP (conflict initializing)

I tried it on Blender 4.2.3 (the LTS) on MacOS 15.0.1, on a Macbook Pro with M3 silicon. It didn't crash.

The crash log shows it crashing in the Eigen routine that is called when trying to…

Howard Trickey pushed to main at blender/blender 2024-10-22 14:58:31 +02:00
eba2aff295 Revert "Rob-Blair-ready" - committed before tests ready.
Howard Trickey deleted branch Rob-Blair-ready from howardt/blender 2024-10-22 14:52:57 +02:00
Howard Trickey pushed to main at blender/blender 2024-10-22 14:52:55 +02:00
8b94e21976 Rob-Blair-ready
Howard Trickey merged pull request blender/blender#129313 2024-10-22 14:52:54 +02:00
Rob-Blair-ready
Howard Trickey commented on pull request blender/blender#129313 2024-10-21 21:33:22 +02:00
Rob-Blair-ready
Howard Trickey created pull request blender/blender#129313 2024-10-21 21:31:26 +02:00
Rob-Blair-ready
Howard Trickey pushed to Rob-Blair-ready at howardt/blender 2024-10-21 21:18:23 +02:00
34a2a2c507 Merge branch 'main' into Rob-Blair-main
b0052aa821 ffmpeg: Support H.265 video output codec
15d79cf2b9 USD: Validate displayColor primvars in the tests
120a178158 Merge branch 'blender-v4.3-release'
cf3a6697d2 Fix #129231: GrLess key not supported on Wayland
Compare 10 commits »
Howard Trickey created branch Rob-Blair-ready in howardt/blender 2024-10-21 21:18:23 +02:00
Howard Trickey commented on pull request blender/blender#126309 2024-10-21 19:40:08 +02:00
Fix #125024: Bevel offset - eliminate divide by 0

Sorry for the long delay. I finally had a chance to look at this and check the math. I agree with the math for the non-slide case (thanks for the diagram). I couldn't follow the math for the…