Finalized distribution of dependency packages once we have one ready.
Additional info
Fixed DistributionItem creation for dependency package item. Renamed name to filename in dependency package item. Fixed OpenPype addon initialization in main_cli so vendorized modules are added to python and sys path. Build metadata file contains "filename".
Testing notes:
Prerequirements:
Running AYON server 0.3.x
Having at least openpype and core addons available
Build ayon-launcher
Upload installer to server
Create bundle with requested addons and new installer
Create dependency package for the bundle (using ayon-dependencies-tool)
Launch ayon-launcher
Validate it work
Note:
To make it fully work also add ayon_third_party and ayon_ocio addons and addons of your hosts for settings.
Changelog Description
Finalized distribution of dependency packages once we have one ready.
Additional info
Fixed DistributionItem creation for dependency package item. Renamed
name
tofilename
in dependency package item. Fixed OpenPype addon initialization inmain_cli
so vendorized modules are added to python and sys path. Build metadata file contains"filename"
.Testing notes:
Prerequirements:
openpype
andcore
addons availableayon-dependencies-tool
)Note: To make it fully work also add
ayon_third_party
andayon_ocio
addons and addons of your hosts for settings.