Skip to content
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

Blender gets stuck during reloading #6

Open
lenianiva opened this issue Jun 14, 2024 · 0 comments · May be fixed by #7
Open

Blender gets stuck during reloading #6

lenianiva opened this issue Jun 14, 2024 · 0 comments · May be fixed by #7

Comments

@lenianiva
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant