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

Support ayon-core as main addon of startup logic #89

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

iLLiCiTiT
Copy link
Member

Changelog Description

Bootstrap logic can use ayon_core addon over openpype as main cli handler.

Additional info

This is forwards compatibility for ayon-core addon that will be released soon. The main difference is that ayon core will have main function that is called instead of directly working with click main command. That gives option to pass some of initialization steps from ayon-launcher to ayon-core addon, like change of PYTHONPATH and set-up global environments.

The changes should be backwards compatible with openpype addon.

Testing notes:

  1. Use ayon-core in your bundle.
  2. Launch ayon-launcher with the bundle.
  3. All should work fine.

@iLLiCiTiT iLLiCiTiT merged commit 5b3c65a into develop Feb 8, 2024
@iLLiCiTiT iLLiCiTiT deleted the feature/support-ayon-core-addon branch February 8, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants