blender_notebook
blender_notebook copied to clipboard
Blender script not responding to 'Interupt the kernel' command on jupyter notebook
I am running Blender 3.1 + Python 3.9 via a Jupyter notebook. In my code I am looping over a blender function that create a mesh from a list of coordinates and exports as an stl
However when I press 'stop', 'interrupt the kernel', or even 'restart the kernel' the script continues to export stl files as if nothing has happened.
If it is useful to post my script then please lmk
I haven't had this exact problem, but some times closing the blender GUI helps when jupyterlab isn't responding