mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'develop' into enhancement/YN-0130_copy_folder_thumbnail
This commit is contained in:
commit
842c25a762
2 changed files with 6 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ def _get_ayon_bundle_data() -> tuple[
|
||||||
]:
|
]:
|
||||||
studio_bundle_name = os.environ.get("AYON_STUDIO_BUNDLE_NAME")
|
studio_bundle_name = os.environ.get("AYON_STUDIO_BUNDLE_NAME")
|
||||||
project_bundle_name = os.getenv("AYON_BUNDLE_NAME")
|
project_bundle_name = os.getenv("AYON_BUNDLE_NAME")
|
||||||
|
# If AYON launcher <1.4.0 was used
|
||||||
|
if not studio_bundle_name:
|
||||||
|
studio_bundle_name = project_bundle_name
|
||||||
bundles = ayon_api.get_bundles()["bundles"]
|
bundles = ayon_api.get_bundles()["bundles"]
|
||||||
studio_bundle = next(
|
studio_bundle = next(
|
||||||
(
|
(
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,6 @@ OpenTimelineIO = "0.16.0"
|
||||||
opencolorio = "^2.3.2,<2.4.0"
|
opencolorio = "^2.3.2,<2.4.0"
|
||||||
Pillow = "9.5.0"
|
Pillow = "9.5.0"
|
||||||
websocket-client = ">=0.40.0,<2"
|
websocket-client = ">=0.40.0,<2"
|
||||||
|
|
||||||
|
[ayon.runtimeDependencies.darwin]
|
||||||
|
pyobjc-core = "^11.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue