Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Scene Manager: Update all to latest bug #4243

Closed
antirotor opened this issue Dec 19, 2022 · 0 comments · Fixed by #4268
Closed

Scene Manager: Update all to latest bug #4243

antirotor opened this issue Dec 19, 2022 · 0 comments · Fixed by #4268
Assignees
Labels
type: bug Something isn't working

Comments

@antirotor
Copy link
Member

antirotor commented Dec 19, 2022

Bug

Running Maya 2023 and running update all command in scene inventory. It produce this traceback:

# Traceback (most recent call last):
#   File "C:\Users\annat\Documents\Projects\OpenPype\sources\OpenPype\openpype\tools\sceneinventory\window.py", line 171, in _on_update_all
#     self._view.update_all()
#   File "C:\Users\annat\Documents\Projects\OpenPype\sources\OpenPype\openpype\tools\sceneinventory\view.py", line 844, in update_all
#     update_container(item, -1)
#   File "C:\Users\annat\Documents\Projects\OpenPype\sources\OpenPype\openpype\pipeline\load\utils.py", line 477, in update_container
#     return loader.update(container, new_representation)
#   File "C:\Users\annat\Documents\Projects\OpenPype\sources\OpenPype\openpype\hosts\maya\plugins\load\load_look.py", line 107, in update
#     msg = ScrollMessageBox(QtWidgets.QMessageBox.Warning,
#   File "C:\Users\annat\Documents\Projects\OpenPype\sources\OpenPype\openpype\widgets\message_window.py", line 117, in __init__
#     scroll_widget.setMinimumWidth(min(max_width, max_len * 6))
# TypeError: '<' not supported between instances of 'int' and 'builtin_function_or_method'

[cuID:OP-4666]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants