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

Tools: Fix Creator tool #1018

Merged
merged 4 commits into from
Nov 21, 2024
Merged

Tools: Fix Creator tool #1018

merged 4 commits into from
Nov 21, 2024

Conversation

kalisp
Copy link
Member

@kalisp kalisp commented Nov 21, 2024

Changelog Description

This affects DCC with old Pyblish which will be hopefully soon obsolete.

Additional info

Found during testing Harmony.

@kalisp kalisp self-assigned this Nov 21, 2024
@ynbot ynbot added type: bug Something isn't working size/XS labels Nov 21, 2024
@@ -780,6 +780,8 @@ def restore_checkstates(self):

def update_with_result(self, result):
instance = result["instance"]
if isinstance(instance, list):
Copy link
Member

@iLLiCiTiT iLLiCiTiT Nov 21, 2024

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?

Copy link
Member Author

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.

@iLLiCiTiT iLLiCiTiT changed the title Bugfix/fixes for pyblish Tools: Fix Creator and Pyblish Pype tools Nov 21, 2024
@iLLiCiTiT iLLiCiTiT merged commit caf4236 into develop Nov 21, 2024
7 checks passed
@iLLiCiTiT iLLiCiTiT deleted the bugfix/fixes_for_Pyblish branch November 21, 2024 13:30
@iLLiCiTiT iLLiCiTiT changed the title Tools: Fix Creator and Pyblish Pype tools Tools: Fix Creator tool Nov 21, 2024
@BigRoy
Copy link
Collaborator

BigRoy commented Nov 21, 2024

Might be good to include in the PR description that this is a PySide6 related fix, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants