-
Notifications
You must be signed in to change notification settings - Fork 43
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
Addon initialization - phase one #1
Merged
iLLiCiTiT
merged 127 commits into
develop
from
feature/OP-8123_Addon-initialization-phase-one
Feb 8, 2024
Merged
Addon initialization - phase one #1
iLLiCiTiT
merged 127 commits into
develop
from
feature/OP-8123_Addon-initialization-phase-one
Feb 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also tested with Substance Painter, all plugins work well |
…plugin Rename 'HarmonyOpenPype' to 'HarmonyAYON' in deadline
After reinstalling the plugins for AYON, Max render instance is submitted and published successfully. |
Use AYON_MENU_LABEL
…ariables Use AYON prefix in env variables
Move dialogs from widgets to tools/utils
Is this anything to worry about?
|
Maya, Nuke and Hiero seems good. |
…n (#6204) * OP-8130 - After Effects added flag to force values from Asset to composition during creation This allows controlling setting of values (resolution, duration) from Asset (DB) to the created instance. Default is to set it automatically. * OP-8130 - Ayon version of Settings for AE creator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
First stage of ayon core addon preparation. Changed structure to match other addons, prepared
create_package.py
to create addon package. Renamedopenpype
toayon_core
in client code with all related imports. Removed most of code that is only OpenPype related > tools, igniter, modules etc. Introduced newAddonsManager
as replacement forModulesManager
, but should be backwards compatible. It is possible to importayon_core
asopenpype
so existing addons should be functional, but it may happen that they'll cause some deprecation warnings.Cli now has
main
function which replaces bootstrap implemented in ayon-launcher, so ayon-launcher does not have to know all of that.Removed some of functions that were really only openpype related, it may happen that they were used for some reason in other addons. If you'll find out it is the case, please report as soon as possible.
Testing notes
create_package.py
and upload it to AYON server.openpype
addon (set version toNone
) and change core addon version to2.0.0
.