cheng-chi / blender_notebook

A simple command line tool to wrap blender 2.8+ as a jupyter kernel.
MIT License
70 stars 18 forks source link

Blender script not responding to 'Interupt the kernel' command on jupyter notebook #9

Open kitbransby opened 2 years ago

kitbransby commented 2 years ago

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

Linusnie commented 1 year ago

I haven't had this exact problem, but some times closing the blender GUI helps when jupyterlab isn't responding