mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Flame: testing passing selection from timeline
This commit is contained in:
parent
07771a4052
commit
f38e4ce44c
3 changed files with 25 additions and 7 deletions
|
|
@ -51,6 +51,7 @@ INVENTORY_PATH = os.path.join(PLUGINS_DIR, "inventory")
|
|||
|
||||
app_framework = None
|
||||
apps = []
|
||||
selection = None
|
||||
|
||||
|
||||
__all__ = [
|
||||
|
|
@ -65,6 +66,7 @@ __all__ = [
|
|||
|
||||
"app_framework",
|
||||
"apps",
|
||||
"selection",
|
||||
|
||||
# pipeline
|
||||
"install",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue