-
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
Process preparation: Ftrack addon can ensure that is process ready #109
Process preparation: Ftrack addon can ensure that is process ready #109
Conversation
Task linked: AY-6023 Addon ftrack implements addon initialization |
client/ayon_ftrack/ftrack_addon.py
Outdated
"Ftrack credentials are not set. Cannot handle the situation" | ||
" in headless mode." |
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.
client/ayon_ftrack/ftrack_addon.py
Outdated
return | ||
|
||
raise ProcessPreparationError( | ||
"Failed to log to ftrack. Cannot continue with the process." |
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.
…ddon-initialization
…ddon-initialization
client/ayon_ftrack/ftrack_addon.py
Outdated
return | ||
|
||
raise ProcessPreparationError( | ||
"Failed to log to ftrack. Cannot continue with the process." |
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.
"Failed to log to ftrack. Cannot continue with the process." | |
"Unable to connect to Ftrack. The process cannot proceed without this connection." |
client/ayon_ftrack/ftrack_addon.py
Outdated
"Ftrack credentials are not set. Cannot handle the situation" | ||
" in headless mode." |
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.
"Ftrack credentials are not set. Cannot handle the situation" | |
" in headless mode." | |
"Ftrack login details are missing. Unable to proceed without a user interface." |
Description
Feature which makes sure that user is logged in when a process is being prepared for pipeline usage.
Additional information
Addon ftrack make sure user is logged in when another addon requests it. This can be used e.g. on application launch. The PR is dependent on ayon-core PR which is not yet created.
PRs requires
TODO
Bump requested ayon-core version based on when this PR is merged and new ayon-core is released.
Testing notes