mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
define new metadata ids
This commit is contained in:
parent
4eb8802bad
commit
98a0f72f03
2 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
from .constants import (
|
||||
AVALON_CONTAINER_ID,
|
||||
AVALON_INSTANCE_ID,
|
||||
AYON_CONTAINER_ID,
|
||||
AYON_INSTANCE_ID,
|
||||
HOST_WORKFILE_EXTENSIONS,
|
||||
)
|
||||
|
||||
|
|
@ -101,7 +103,9 @@ uninstall = uninstall_host
|
|||
|
||||
__all__ = (
|
||||
"AVALON_CONTAINER_ID",
|
||||
"AVALON_INSTANCE_ID",
|
||||
"AYON_CONTAINER_ID",
|
||||
"AYON_INSTANCE_ID",
|
||||
"HOST_WORKFILE_EXTENSIONS",
|
||||
|
||||
# --- Anatomy ---
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# Metadata ID of loaded container into scene
|
||||
AVALON_CONTAINER_ID = AYON_CONTAINER_ID = "pyblish.avalon.container"
|
||||
AYON_CONTAINER_ID = "ayon.load.container"
|
||||
AYON_INSTANCE_ID = "ayon.create.instance"
|
||||
# Backwards compatibility
|
||||
AVALON_CONTAINER_ID = "pyblish.avalon.container"
|
||||
AVALON_INSTANCE_ID = "pyblish.avalon.instance"
|
||||
|
||||
# TODO get extensions from host implementations
|
||||
HOST_WORKFILE_EXTENSIONS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue