-
Notifications
You must be signed in to change notification settings - Fork 36
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
Tools: Fix Creator tool #1018
Tools: Fix Creator tool #1018
Conversation
@@ -780,6 +780,8 @@ def restore_checkstates(self): | |||
|
|||
def update_with_result(self, result): | |||
instance = result["instance"] | |||
if isinstance(instance, list): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait a minut, Context
and Instance
are both list
. Why you need to do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted fix, it may cause havoc.
I'll try switch Harmony to Publisher UI instead.
Might be good to include in the PR description that this is a PySide6 related fix, right? |
Changelog Description
This affects DCC with old Pyblish which will be hopefully soon obsolete.
Additional info
Found during testing Harmony.