You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My blender version is 4.1.1. When I loaded a scrpt in blendquery and click "Regenerate", blender freezes with this error:
Exception in thread Thread-1 (process):
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/home/aniva/.config/blender/4.1/scripts/addons/blendquery-main/__init__.py", line 214, in process
stdout_data, stderr_data = process.communicate()
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/subprocess.py", line 1209, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/subprocess.py", line 2067, in _communicate
self.stdin.flush()
ValueError: flush of closed file
with the progress bar for "Regenerating BlendQuery objects" frozen half way
The text was updated successfully, but these errors were encountered:
My blender version is
4.1.1
. When I loaded a scrpt in blendquery and click "Regenerate", blender freezes with this error:with the progress bar for "Regenerating BlendQuery objects" frozen half way
The text was updated successfully, but these errors were encountered: