@Alaska any chance you can get where blender hangs on Mac?
Seems fine here on 3.6 all the way to 4.4, blender just prompts broken pipe, does not crash here.
>>> client.send("tick\n".encode())
Traceback (most recent call last):
File "<blender_co…
I haven't tried lite
build, but I'm indeed on debug with tbb enabled 🤔. Let me try doing lite
. If the places that crash is consistently there, I can just go ahead and add a guard there.
@Jeroen-Bakker Could you check?
#127025 is also related to overloading __init__
, not sure if it's related? @mont29
Note: I don't think this would break anything judging by places that use this function, but best if someone more familiar can test it.
Can confirm. Looks like WM_keymap_guess_from_context()
returns null when in properties space (it only handles 3d/image/sequencer space).
Let me check if I could quickly add the properties…
Hi @Renan-Kogut This is a known limitation. It is because grease pencil objects can have line art modifiers that generate geometries that eventually be turned into mesh dynamically, but line art…
@mod_moder I can't reproduce this with repeated runs, either with -t 1
or not... Is it still happening on your side?