Can you post a blend file? Scene raycasts is still what I use for these cases, but maybe I'm overlooking something?
Just to confirm, everything seems to be fixed. Thank you so much!
No it's fine by me. Good to be explicit with the url. It did work earlier (3.5) without it before, that's why I thought the fix was not merged yet. No need to open a new issue from my POV.
Please bring this to 4.1. I thought it was in 4.0 already, but seems like it isn't. Thanks.
Ah, I see, thanks!
The issue is not resolved with the above fix, assuming it's part of the new 335ff6efab67
release.
And by way ANY kind of object appending seems to cause these crashes. Not just from the…
I had it confirmed on Apple M1 Max, Macos Ventura (13.6.4) as well now FWIW.
Oh, glad to hear it. Just in case more testing is required, 3 more files slightly more objects in it:
I've taken the original file, the one above was simplified from. It too crashes in 4.1rc.…
I'm using a clean, factory reset Blender, on Linux, and it crashes every time.
As explained, I'm using the native, Blender supplied Smooth by Angle ESSENTIALS asset as a demo. It's not related to any of my own assets.
Sorry, I accidentally closed it, when I wanted to cancel a comment.
Well, you need to create that reference to your mod of course.
mod = obj.modifiers.get('Smooth by Angle', None)
if mod:
mod.node_group.interface_update(context)
or
for…