-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failing detect thumbnail component if model product type with thumbnail from source #67
Comments
@jakubjezek001 at this moment you know how thumbnails are detected. I lost track when multi-thumbnails support was added with ynput/OpenPype#5939 which I guess is also source of the issue. |
This seems to be unrelated since different plugin is dealing with Thumbnail from source. BTW since it had been so long, is this still an issue, or we can close it? |
It is actually related. From that PR it is required to have at least one review representation otherwise nothing will get to ftrack. This loop is causing it https://github.com/ynput/ayon-ftrack/blob/develop/client/ayon_ftrack/plugins/publish/integrate_ftrack_instances.py#L247 . But I don't know why the loop is there and how it actually works. So I guess it is still an issue. |
Resolved with #93 |
Current state
Thumbnail representation created in TrayPublisher via screengrub on model product type is failing to be integrated as thumbnail on Ftrack.
Solution
Some better thumbnail detection need to be improved so representation is correctly converted into Thumbnail component.
Publisher output
Representation comming into the plugin
IntegrateFtrackInstance
:Components created at the end of the plugin:
The text was updated successfully, but these errors were encountered: