-
Notifications
You must be signed in to change notification settings - Fork 26
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
Under Blender 4.3, getting an error with orphan_widgets #125
Comments
i can only assume QApplication.instance().topLevelWidgets returns None for some reason, instead of the widget. can you share the version of pyside you are using? a workaround could be to disable autoparenting for now , see https://github.com/techartorg/bqt/wiki/Environment-variables |
We are using pyside 2. Thanks |
yes since widgets are not parented, they will stay visible when you minimise blender. to prevent that, you could manually parent them to the blender window. |
i v been using pyside 6 for development recently, might be worth seeing if that would resolve it. |
We had planned to use Maya 2024, as we had issues with 2025. For now, I'll turn off Auto Parenting and fix our pipeline to be pyside6 compatible eventually 😅 |
Under Blender 4.2, our Pipeline Widget seems to work without error, but under Blender 4.3, the same Widget causes error.
The error is:
The text was updated successfully, but these errors were encountered: