-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting node crashes Blender #110
Comments
windows上能够复现此问题
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blender 4.1.1, Commit date: 2024-04-15 15:11, Hash e1743a0317bc
bpy.ops.node.select(deselect_all=True, select_passthrough=True, location=(1000, 394)) # Operator
bpy.ops.node.delete() # Operator
backtrace
blender() [0xf00e20]
blender() [0x82ae5b]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7f02d3235520]
blender() [0x142706b]
blender() [0x1378f47]
blender() [0x15174f1]
blender(PyObject_SetAttr+0x1fc) [0x7a2e9c]
blender(_PyEval_EvalFrameDefault+0x3a77) [0x7d9317]
blender() [0x7d4d47]
blender(_PyEval_EvalFrameDefault+0x4250) [0x7d9af0]
blender() [0x7d4d47]
blender() [0x77b594]
blender() [0x15064cc]
blender() [0x591d913]
blender() [0xf5622f]
blender() [0xf46608]
blender() [0x717bad]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f02d321cd90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f02d321ce40]
blender() [0x826d4e]
Python backtrace
File "/home/USER/.config/blender/4.1/scripts/addons/ComfyUI-BlenderAI-node-main/SDNode/blueprints.py", line 130 in delegate
File "/home/USER/.config/blender/4.1/scripts/addons/ComfyUI-BlenderAI-node-main/timer.py", line 23 in executor
File "/home/USER/.config/blender/4.1/scripts/addons/ComfyUI-BlenderAI-node-main/timer.py", line 41 in run_ex
File "/home/USER/.config/blender/4.1/scripts/addons/ComfyUI-BlenderAI-node-main/timer.py", line 29 in run1
The text was updated successfully, but these errors were encountered: